[Git][security-tracker-team/security-tracker][master] SyntaxError: closing parenthesis ')' does not match opening

Abhijith PA abhijith at debian.org
Fri Jun 5 14:08:20 BST 2020



Abhijith PA pushed to branch master at Debian Security Tracker / security-tracker


Commits:
c6dca142 by Abhijith PA at 2020-06-05T18:36:42+05:30
SyntaxError: closing parenthesis ')' does not match opening
parenthesis '['

Square bracket before RELEASES is unnecessary

- - - - -


1 changed file:

- bin/lts-cve-triage.py


Changes:

=====================================
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'):



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/c6dca1425f275c6dbf2f302f45b274e48e264638

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/c6dca1425f275c6dbf2f302f45b274e48e264638
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20200605/464ad7fc/attachment.html>


More information about the debian-security-tracker-commits mailing list