diff options
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 905ab5b13c3f..53108e2e2315 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -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: |