diff options
author | David Tardon <dtardon@redhat.com> | 2015-02-01 19:00:55 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-02-01 19:01:59 +0100 |
commit | ca5479fb576060f2703c09206d78d9ae6f537af8 (patch) | |
tree | d3831664928027bcce6ae41185846d37d9f0241c /bin | |
parent | 6b07a6eedb7260f1cdf375884f1329b72c892828 (diff) |
add space
Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
Diffstat (limited to 'bin')
-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: |