From 6b69407c1b6b6be0995a7723897c3e5a312a6302 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 12 Feb 2016 21:09:14 +0000 Subject: 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 --- scripts/filter-active.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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")) -- cgit v1.2.3