summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Tropf <asym@gentoo.org>2009-11-20 10:55:04 +0100
committerBjoern Tropf <asym@gentoo.org>2009-11-20 10:55:04 +0100
commit6324102fc748c80a109e99d99701bfaf7734353d (patch)
tree402a4806dc6251382e11914bfd9fba28cf991864
parentUndo two changes from previous commit (diff)
downloadkernel-check-6324102fc748c80a109e99d99701bfaf7734353d.tar.gz
kernel-check-6324102fc748c80a109e99d99701bfaf7734353d.tar.bz2
kernel-check-6324102fc748c80a109e99d99701bfaf7734353d.zip
Fix a typo
-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']: