add space

Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
This commit is contained in:
David Tardon
2015-02-01 19:00:55 +01:00
parent 6b07a6eedb
commit ca5479fb57

View File

@@ -508,7 +508,7 @@ def generate_multi_threading():
try:
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:
raise # Ctrl+C should work
except: