mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01:00
- Fix handling of "--yes" argument to "osc sr"
This commit is contained in:
parent
8efcb0b14d
commit
b2b59ca929
@ -1334,7 +1334,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
return
|
||||
supersede_existing = False
|
||||
reqs = []
|
||||
if not opts.supersede:
|
||||
if not opts.supersede and not opts.yes:
|
||||
(supersede_existing, reqs) = check_existing_requests(apiurl,
|
||||
src_project,
|
||||
src_package,
|
||||
|
Loading…
Reference in New Issue
Block a user