Aklapper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172760

Change subject: Fix conversion of Bugzilla's Verified status into a Phab tag
......................................................................

Fix conversion of Bugzilla's Verified status into a Phab tag

Change-Id: I63c88d1f0c8db5ba79b2aed5aee25a774fe07061
---
M bugzilla_create.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/tools 
refs/changes/60/172760/1

diff --git a/bugzilla_create.py b/bugzilla_create.py
index 873637f..608dd68 100755
--- a/bugzilla_create.py
+++ b/bugzilla_create.py
@@ -132,7 +132,7 @@
     if buginfo['status'].lower() == 'patch_to_review':
         ptags.append(('patch_to_review', 'tags', 'green'))
 
-    if buginfo['status'] == 'verified':
+    if buginfo['status'].lower() == 'verified':
         ptags.append(('verified', 'tags'))
 
     if buginfo['cf_browser'] not in ['---', "Other"]:

-- 
To view, visit https://gerrit.wikimedia.org/r/172760
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I63c88d1f0c8db5ba79b2aed5aee25a774fe07061
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/tools
Gerrit-Branch: master
Gerrit-Owner: Aklapper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to