summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAbhijith PA <abhijith@disroot.org>2020-06-05 18:36:42 +0530
committerAbhijith PA <abhijith@disroot.org>2020-06-05 18:36:42 +0530
commit581796d30a1b709d16130ac05a853f109ab2f795 (patch)
tree2711341f9bae617cbfcfd4c18afd49aea2872a21 /bin
parent8e8a2b8d19820d3fb8c8d21906235a0440f5f1da (diff)
SyntaxError: closing parenthesis ')' does not match opening
parenthesis '[' Square bracket before RELEASES is unnecessary
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 2191475a6b..5304af1538 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -113,7 +113,7 @@ for pkg in tracker.iterate_packages():
continue
for issue in tracker.iterate_pkg_issues(pkg):
- status_in_lts = issue.get_status([RELEASES['lts'])
+ status_in_lts = issue.get_status(RELEASES['lts'])
status_in_next_lts = issue.get_status(RELEASES['next_lts'])
if status_in_lts.status in ('not-affected', 'resolved'):

© 2014-2024 Faster IT GmbH | imprint | privacy policy