mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
fix rq show
This commit is contained in:
parent
f2788628c6
commit
def93eb9d9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user