From e87aeebeac446eb1832c57f909f17b051cb38c7e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 6 Mar 2014 16:34:02 +0100 Subject: [PATCH] reviewed an aplanas paste :) --- osclib/stagingapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osclib/stagingapi.py b/osclib/stagingapi.py index 44159640..f949ed87 100644 --- a/osclib/stagingapi.py +++ b/osclib/stagingapi.py @@ -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: