diff --git a/inbox.py b/inbox.py index fd283c049..1bc125fea 100644 --- a/inbox.py +++ b/inbox.py @@ -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: