From a7c2956ac71eaa6108781cb0cc0b316c509b1241 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 18 May 2009 16:01:07 +0000 Subject: [PATCH] fix bug in get_submit_request_list call --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index db10e4b6..bd087824 100755 --- a/osc/core.py +++ b/osc/core.py @@ -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'