mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-29 03:06:15 +01:00
- fixed get_request_list() call
This commit is contained in:
parent
3cfe9db980
commit
4e30d9f946
@ -633,7 +633,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
src_project, src_package, None, True)
|
||||
print rdiff
|
||||
else:
|
||||
reqs = get_request_list(apiurl, dst_project, dst_package, 'submit')
|
||||
reqs = get_request_list(apiurl, dst_project, dst_package, req_type='submit')
|
||||
user = conf.get_apiurl_usr(apiurl)
|
||||
myreqs = [ i for i in reqs if i.state.who == user ]
|
||||
repl = ''
|
||||
|
Loading…
Reference in New Issue
Block a user