summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-07-16 14:18:35 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-07-29 10:20:41 +0200
commit2a122964f52a313dfb215edbb622413de705a0a3 (patch)
tree1052cf1fe8e7714fc8b6866a30c4bdaff4b7dc2e /lib
parent9a15667d4054ccfbe2e1f37c5f1f56d29eafcba9 (diff)
lib/python: replace tabs with spaces
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py2
-rw-r--r--lib/python/web_support.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index 23d0beb95b..9313cb4949 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -1360,7 +1360,7 @@ class DB:
# note/release/subrelease triple, but we should check that
# here.
- status = {'' : {}, 'security' : {}, 'lts' : {}}
+ status = {'' : {}, 'security' : {}, 'lts' : {}}
for (package, note, subrelease, vulnerable, urgency) in cursor.execute(
"""SELECT DISTINCT sp.name, n.id, sp.subrelease,
st.vulnerable, n.urgency
diff --git a/lib/python/web_support.py b/lib/python/web_support.py
index 52fbe0068c..e12a13201a 100644
--- a/lib/python/web_support.py
+++ b/lib/python/web_support.py
@@ -455,7 +455,7 @@ def make_table(contents, title=None, caption=None, replacement=None, introductio
cols.append(TD(col))
rows.append(Tag('tr', cols))
if rows:
- if not introduction:
+ if not introduction:
introduction=''
if not title:
title=''

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