[Libreoffice-commits] dev-tools.git: esc-reporting/esc-collect.py
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 8 12:11:39 UTC 2021
esc-reporting/esc-collect.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a3dbdf72caac4b906b721a10e969da8eb0c53f2b
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Mar 8 13:10:44 2021 +0100
Commit: Xisco Fauli <xiscofauli at 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='
More information about the Libreoffice-commits
mailing list