[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype
David Tardon
dtardon at redhat.com
Sun Feb 1 10:02:38 PST 2015
bin/get-bugzilla-attachments-by-mimetype | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ca5479fb576060f2703c09206d78d9ae6f537af8
Author: David Tardon <dtardon at redhat.com>
Date: Sun Feb 1 19:00:55 2015 +0100
add space
Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 905ab5b..53108e2 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:
More information about the Libreoffice-commits
mailing list