summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-10 13:57:55 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-10 13:57:55 +0100
commite70b214f5492b9cd6274b4c4b093d86b699e4579 (patch)
tree0e7c7b03a9b52d8efd91faacf9bef16184421144
parentd6dfb168012edc485536aa0fffe6849ca8c19157 (diff)
esc-reporting: fix missing backslash
Change-Id: I3f9a5c314e00bfd6560282684713b6dbab0223b9
-rwxr-xr-xesc-reporting/esc-collect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 57317ab9..5af452c0 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -549,7 +549,7 @@ def get_esc_bugzilla(cfg):
'&chfieldto=Now' \
'&chfieldvalue=high' \
'&priority=high' \
- '&resolution=---'
+ '&resolution=---' \
'&v1=enhancement'
rawList['HighSeverityBugs'] = {}
rawList['HighSeverityBugs']['count'], \