From fb7911ea861836fca2963695617bd560143389fa Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 13 Aug 2010 08:55:18 +0200 Subject: [PATCH] fix sr -d again --- osc/commandline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/commandline.py b/osc/commandline.py index 9510de52..1009bfab 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -940,6 +940,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if opts.diff: print rdiff + return # Are there already requests to this package ? reqs = get_request_list(apiurl, dst_project, dst_package, req_type='submit')