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 3b253bdf124e..001ae81fa42f 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -247,7 +247,7 @@ def get_through_rss_query(queryurl, mimetype, prefix, suffix):
print(entry['id'] + " failed: " + str(sys.exc_info()[0]))
pass
- query = create_query(escape(mimetype))
+ query = create_query(escape(mimetype.replace("+","%2B")))
query['ctype'] = 'rss'
files = get_downloaded_files(prefix, suffix)