summaryrefslogtreecommitdiff
path: root/bin/get-bugzilla-attachments-by-mimetype
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-bugzilla-attachments-by-mimetype')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
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: