mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 17:46:17 +01:00
Merge branch 'fix-sr-yes' of https://github.com/srinidhibs/osc
Add missing check for opts.yes to do_submitrequest.
This commit is contained in:
commit
8c82243ad5
@ -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