From b2b59ca9299974d2d737ddfc98b24b38d424d798 Mon Sep 17 00:00:00 2001 From: B S Srinidhi Date: Mon, 20 Feb 2017 14:01:55 +0530 Subject: [PATCH] - Fix handling of "--yes" argument to "osc sr" --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 3123db5b..c708f575 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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,