reviewed an aplanas paste :)
This commit is contained in:
parent
5a2d44e8dd
commit
e87aeebeac
@ -504,7 +504,7 @@ class StagingAPI(object):
|
|||||||
if req not in requests:
|
if req not in requests:
|
||||||
requests.append(req)
|
requests.append(req)
|
||||||
if open_requests:
|
if open_requests:
|
||||||
return ['Request(s) {} are not tracked but are open for the prj'.format(','.join(open_requests))]
|
return ['Request(s) {} are not tracked but are open for the prj'.format(','.join(map(str, open_requests)))]
|
||||||
|
|
||||||
# If we find no requests in staging then it is empty so we ignore it
|
# If we find no requests in staging then it is empty so we ignore it
|
||||||
if not requests:
|
if not requests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user