Chromium Code Reviews| Index: pending_manager.py |
| =================================================================== |
| --- pending_manager.py (revision 226737) |
| +++ pending_manager.py (working copy) |
| @@ -45,7 +45,7 @@ |
| messages = list |
| relpath = unicode |
| # Only used after a patch was committed. Keeping here for try job retries. |
| - revision = (None, int, unicode) |
| + revision = (None, int, unicode, str) |
| def __init__(self, **kwargs): |
| super(PendingCommit, self).__init__(**kwargs) |