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