1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

- do not forward requests if accept fails (issue 91)

This commit is contained in:
2014-05-21 15:45:07 +02:00
parent 92649d9172
commit 7f21679413

View File

@@ -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']: