diff options
author | Bjoern Tropf <asym@gentoo.org> | 2009-11-20 10:55:04 +0100 |
---|---|---|
committer | Bjoern Tropf <asym@gentoo.org> | 2009-11-20 10:55:04 +0100 |
commit | 6324102fc748c80a109e99d99701bfaf7734353d (patch) | |
tree | 402a4806dc6251382e11914bfd9fba28cf991864 | |
parent | Undo two changes from previous commit (diff) | |
download | kernel-check-6324102fc748c80a109e99d99701bfaf7734353d.tar.gz kernel-check-6324102fc748c80a109e99d99701bfaf7734353d.tar.bz2 kernel-check-6324102fc748c80a109e99d99701bfaf7734353d.zip |
Fix a typo
-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']: |