1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 17:46:17 +01:00
Add missing check for opts.yes to do_submitrequest.
This commit is contained in:
Marcus Huewe 2017-02-22 20:02:16 +01:00
commit 8c82243ad5

View File

@ -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,