Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / 
security-tracker


Commits:
716bf276 by Brian May at 2019-12-26T13:21:01Z
Fix inconsistent leading ident before if statement

- - - - -


1 changed file:

- lib/python/security_db.py


Changes:

=====================================
lib/python/security_db.py
=====================================
@@ -1055,8 +1055,8 @@ class DB:
             UNION SELECT DISTINCT release, subrelease, archive, source_arch() 
as archs
             FROM source_packages)
             ORDER BY release_to_number(release), 
subrelease_to_number(subrelease), archive_to_number(archive)"""):
-           if "source" in archs:
-               sources=True
+            if "source" in archs:
+                sources=True
             else:
                 sources=False
             (p_rel, p_subrel, p_archive, p_sources, p_archs) = result.pop()



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

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


_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to