mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-11 17:54:06 +02:00
- Fix handling of "--yes" argument to "osc sr"
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user