esc-reporting/esc-collect.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e70b214f5492b9cd6274b4c4b093d86b699e4579
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Nov 10 13:57:55 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Nov 10 13:57:55 2022 +0100

    esc-reporting: fix missing backslash
    
    Change-Id: I3f9a5c314e00bfd6560282684713b6dbab0223b9

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 57317ab..5af452c 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'], \

Reply via email to