mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
small typo fix
This commit is contained in:
parent
2aede1039f
commit
d2b9015d8f
@ -1821,7 +1821,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if cmd in ['accept', 'decline', 'new']:
|
if cmd in ['accept', 'decline', 'new']:
|
||||||
r = change_review_state(apiurl,
|
r = change_review_state(apiurl,
|
||||||
reqid, state_map[cmd], conf.config['user'], opts.message or '')
|
reqid, state_map[cmd], conf.config['user'], opts.message or '')
|
||||||
print % r
|
print r
|
||||||
# Change state of entire request
|
# Change state of entire request
|
||||||
elif cmd in ['reopen', 'accept', 'decline', 'wipe', 'revoke']:
|
elif cmd in ['reopen', 'accept', 'decline', 'wipe', 'revoke']:
|
||||||
r = change_request_state(apiurl,
|
r = change_request_state(apiurl,
|
||||||
|
Loading…
Reference in New Issue
Block a user