1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

small typo fix

This commit is contained in:
Danny Kukawka 2010-08-18 16:20:24 +02:00
parent 2aede1039f
commit d2b9015d8f

View File

@ -1821,7 +1821,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if cmd in ['accept', 'decline', 'new']:
r = change_review_state(apiurl,
reqid, state_map[cmd], conf.config['user'], opts.message or '')
print % r
print r
# Change state of entire request
elif cmd in ['reopen', 'accept', 'decline', 'wipe', 'revoke']:
r = change_request_state(apiurl,