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

fix rq show

This commit is contained in:
Ludwig Nussel 2010-08-03 09:34:33 +02:00
parent f2788628c6
commit def93eb9d9

View File

@ -1679,7 +1679,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# show
elif cmd == 'show':
r = get_request('apiurl', reqid)
r = get_request(apiurl, reqid)
if opts.brief:
print r.list_view()
elif (opts.interactive or conf.config['request_show_interactive']) and not opts.non_interactive: