From dac81b550904818f599ffb136f205667f6b66f7a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Aug 2019 17:36:39 +0100 Subject: [PATCH] Debug --- inbox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inbox.py b/inbox.py index fd283c04..1bc125fe 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: