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