1
0
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:
Pavol Rusnak 2009-05-18 16:01:07 +00:00
parent 7406d0ed34
commit a7c2956ac7

View File

@ -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'