Convert to string

master
Bob Mottram 2019-08-15 17:19:57 +01:00
parent 5b434cad65
commit b6befa89fd
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ def restoreQueueItems(baseDir: str,queue: []) -> None:
for qfile in queuefiles:
queue.append(os.path.join(queueDir, qfile))
if len(queue)>0:
print('Restored '+len(queue)+' inbox queue items')
print('Restored '+str(len(queue))+' inbox queue items')
def runInboxQueue(projectVersion: str, \
baseDir: str,httpPrefix: str,sendThreads: [],postLog: [], \