From c6dca1425f275c6dbf2f302f45b274e48e264638 Mon Sep 17 00:00:00 2001 From: Abhijith PA Date: Fri, 5 Jun 2020 18:36:42 +0530 Subject: SyntaxError: closing parenthesis ')' does not match opening parenthesis '[' Square bracket before RELEASES is unnecessary --- bin/lts-cve-triage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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'): -- cgit v1.2.3