[Git][security-tracker-team/security-tracker][master] Fix inconsistent leading ident before if statement

Salvatore Bonaccorso carnil at debian.org
Thu Dec 26 13:22:59 GMT 2019



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.


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


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