reviewed an aplanas paste :)

This commit is contained in:
Stephan Kulow 2014-03-06 16:34:02 +01:00
parent 5a2d44e8dd
commit e87aeebeac

View File

@ -504,7 +504,7 @@ class StagingAPI(object):
if req not in requests:
requests.append(req)
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 not requests: