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

Unified Diff: pending_manager.py

Issue 24495008: False -> 'False' to fix CQ crash loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
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 | tests/pending_manager_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pending_manager.py
diff --git a/pending_manager.py b/pending_manager.py
index a11c4a4052da98677f1c6869a67c906730a82e82..d8682c5b45e5b12418ff461a376631443930e8fe 100644
--- a/pending_manager.py
+++ b/pending_manager.py
@@ -405,7 +405,7 @@ class PendingManager(object):
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 | tests/pending_manager_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698