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' % ( |