Chromium Code Reviews| Index: tools/utils.py |
| =================================================================== |
| --- tools/utils.py (revision 28841) |
| +++ tools/utils.py (working copy) |
| @@ -301,6 +301,10 @@ |
| if revision: |
| return revision |
| + # Only fail on the buildbot in case of a SVN client version mismatch |
| + if user != 'chrome-bot': |
|
kustermann
2013/10/30 11:15:21
Where is 'user' defined?
|
| + return '0' |
| + |
| return None |
| def ParseSvnInfoOutput(output): |