Kaydet (Commit) ca5479fb authored tarafından David Tardon's avatar David Tardon

add space

Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
üst 6b07a6ee
...@@ -508,7 +508,7 @@ def generate_multi_threading(): ...@@ -508,7 +508,7 @@ def generate_multi_threading():
try: try:
jobs.put([uri, mimetype, prefix, extension], block=True, timeout=3) jobs.put([uri, mimetype, prefix, extension], block=True, timeout=3)
print("successfully placed a job in the queue searching for " + mimetype + "in bugtracker " + prefix) print("successfully placed a job in the queue searching for " + mimetype + " in bugtracker " + prefix)
except KeyboardInterrupt: except KeyboardInterrupt:
raise # Ctrl+C should work raise # Ctrl+C should work
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment