From 6324102fc748c80a109e99d99701bfaf7734353d Mon Sep 17 00:00:00 2001 From: Bjoern Tropf Date: Fri, 20 Nov 2009 10:55:04 +0100 Subject: Fix a typo --- tools/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cron.py b/tools/cron.py index 181246b..4e37327 100755 --- a/tools/cron.py +++ b/tools/cron.py @@ -283,7 +283,7 @@ def parse_bz_dict(directory, bugid): 'reporter' : root.find('reporter').text.lower(), 'reported' : root.find('creation_ts').text, 'status' : root.find('bug_status').text.lower(), - 'pending' : False; + 'pending' : False } for item in vul['cvelist']: -- cgit v1.2.3-65-gdbad