diff --git a/osc/commandline.py b/osc/commandline.py index b465013c..cb707603 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2322,6 +2322,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. print('Revoking it ...') r = change_request_state(apiurl, reqid, 'revoked', opts.message or '', supersed=supersedid, force=opts.force) + sys.exit(1) + # check for devel instances after accepted requests if cmd in ['accept']: