summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2016-02-12 21:09:14 +0000
committerBen Hutchings <benh@debian.org>2016-02-12 21:09:14 +0000
commit6b69407c1b6b6be0995a7723897c3e5a312a6302 (patch)
treea14c2495338afca9c57471ddc804c85aa70309bf /scripts
parent70407d883126580b429ef86316250363c4794fef (diff)
filter-active: Show "unknown" instead of blank status
git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@4153 e094ebfe-e918-0410-adfb-c712417f3574
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/filter-active.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/filter-active.py b/scripts/filter-active.py
index 7b8cde42..18c19e43 100755
--- a/scripts/filter-active.py
+++ b/scripts/filter-active.py
@@ -109,5 +109,5 @@ if __name__ == '__main__':
issues = filter_out_states(issues, options.release, options.notstates)
for i in issues:
- sys.stdout.write(" %s: %s\n" % (i.name, i.status(options.release)))
-
+ sys.stdout.write(" %s: %s\n" % (i.name,
+ i.status(options.release) or "unknown"))

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