aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbugzilla_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla_create.py b/bugzilla_create.py
index af1e8aa..5711e25 100755
--- a/bugzilla_create.py
+++ b/bugzilla_create.py
@@ -132,7 +132,7 @@ def create(bugid):
if buginfo['status'].lower() == 'patch_to_review':
ptags.append(('Patch-For-Review', 'tags', 'green'))
- if buginfo['status'] == 'verified':
+ if buginfo['status'].lower() == 'verified':
ptags.append(('verified', 'tags'))
if buginfo['cf_browser'] not in ['---', "Other"]: