mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
- fix for older python versions
This commit is contained in:
@@ -663,7 +663,9 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# list
|
||||
elif cmd == 'list':
|
||||
state_list = opts.state.split(',')
|
||||
who = conf.get_apiurl_usr(apiurl) if opts.mine else ''
|
||||
who = ''
|
||||
if opts.mine:
|
||||
who = conf.get_apiurl_usr(apiurl)
|
||||
|
||||
results = get_submit_request_list(apiurl,
|
||||
project, package, who, state_list)
|
||||
|
Reference in New Issue
Block a user