master
Bob Mottram 2019-08-15 17:36:39 +01:00
parent 16ae6cb7b3
commit dac81b5509
1 changed files with 2 additions and 0 deletions

View File

@ -1037,6 +1037,8 @@ def runInboxQueue(projectVersion: str, \
queue.pop(0)
continue
print('Loading queue item '+queueFilename)
# Load the queue json
try:
with open(queueFilename, 'r') as fp: