1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 18:26:15 +01:00

- Fix handling of "--yes" argument to "osc sr"

This commit is contained in:
B S Srinidhi 2017-02-20 14:01:55 +05:30
parent 8efcb0b14d
commit b2b59ca929

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,