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

Unified Diff: commit-queue/pending_manager.py

Issue 25088005: GTTF: Restore a change that makes local testing possible. (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
« no previous file with comments | « no previous file | commit-queue/tests/pending_manager_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit-queue/pending_manager.py
===================================================================
--- commit-queue/pending_manager.py (revision 225753)
+++ 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' % (
« no previous file with comments | « no previous file | commit-queue/tests/pending_manager_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698