summaryrefslogtreecommitdiff
path: root/esc-reporting
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2019-03-20 11:11:01 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2019-03-20 11:11:01 +0100
commit2292ad78e9f5f00a1731557b36b13fe65e8aef8c (patch)
tree6eac982e5794fbcf4b8a9c351d66c354333be39a /esc-reporting
parent9e1b33c980bfbb8450dbb420709f56ac1127ea93 (diff)
ESC: This is a duplicate parameter
Diffstat (limited to 'esc-reporting')
-rwxr-xr-xesc-reporting/esc-collect.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 52b266de..aba5a583 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -505,8 +505,7 @@ def get_esc_bugzilla(cfg):
'&bug_status=ASSIGNED' \
'&bug_status=REOPENED' \
'&bug_status=PLEASETEST' \
- '&keywords=regression%2C filter%3Artf%2C ' \
- '&keywords_type=allwords'
+ '&keywords=regression%2C filter%3Artf%2C '
rawList['ESC_COMPONENT_UPDATE']['all']['RTL']['count'], \
rawList['ESC_COMPONENT_UPDATE']['all']['RTL']['list'] = do_ESC_counting(bz, url)