diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cron.py | 2 |
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']: |