Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: commit-queue/pending_manager.py

Issue 24303002: GTTF: changes that allow testing CQ locally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: commit-queue/pending_manager.py
===================================================================
--- commit-queue/pending_manager.py (revision 223133)
+++ commit-queue/pending_manager.py (working copy)
@@ -405,7 +405,7 @@
try:
if pending.get_state() != base.IGNORED:
self.context.rietveld.set_flag(
- pending.issue, pending.patchset, 'commit', 'False')
+ pending.issue, pending.patchset, 'commit', False)
except urllib2.HTTPError as e:
logging.error(
'Failed to set the flag to False for %s with message %s' % (

Powered by Google App Engine
This is Rietveld 408576698