summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cron.py')
-rwxr-xr-xtools/cron.py2
1 files changed, 1 insertions, 1 deletions
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']: