summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-02-01 19:00:55 +0100
committerDavid Tardon <dtardon@redhat.com>2015-02-01 19:01:59 +0100
commitca5479fb576060f2703c09206d78d9ae6f537af8 (patch)
treed3831664928027bcce6ae41185846d37d9f0241c /bin
parent6b07a6eedb7260f1cdf375884f1329b72c892828 (diff)
add space
Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
Diffstat (limited to 'bin')
-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: