mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
fix bug in get_submit_request_list call
This commit is contained in:
parent
7406d0ed34
commit
a7c2956ac7
@ -2067,7 +2067,7 @@ def change_submit_request_state(apiurl, reqid, newstate, message=''):
|
||||
return f.read()
|
||||
|
||||
|
||||
def get_submit_request_list(apiurl, project, package, req_who, req_state=('new',) ):
|
||||
def get_submit_request_list(apiurl, project, package, req_who='', req_state=('new',) ):
|
||||
match = ''
|
||||
if project:
|
||||
if len(match): match += '%20and%20'
|
||||
|
Loading…
Reference in New Issue
Block a user