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

New commits:
commit a3dbdf72caac4b906b721a10e969da8eb0c53f2b
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Mar 8 13:10:44 2021 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Mar 8 13:10:44 2021 +0100

    esc-collect: fix typo. This doesn't break the request though
    
    Change-Id: I42204b62063624fbdecc7f9a54f2e179526282e6

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 615f82e..9b39ca3 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -609,7 +609,7 @@ def get_gerrit(cfg):
     if not os.path.isfile(fileName):
       # if gerrit_dump.json doesn't exist, the script will request the data 
from the last 365 days.
       # This is slow and will probably timeout. In this case, only care about 
open tickets
-      queryType = 'q=is:open+after:'
+      queryType = 'q=is:open+after'
 
     url = 'https://gerrit.libreoffice.org/changes/?' + queryType + ':' + 
searchDate.strftime("%Y-%m-%d") + \
         
'&o=DETAILED_LABELS&o=DETAILED_ACCOUNTS&o=MESSAGES&o=CURRENT_COMMIT&o=CURRENT_REVISION&limit=200&start='
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to