Chromium Code Reviews| Index: tools/utils.py |
| diff --git a/tools/utils.py b/tools/utils.py |
| index 22c937b519249f8fd324302c87cf4ada30d0fbfd..49ff0b112c5a0f1e7b70c997e99006507e74dba2 100644 |
| --- a/tools/utils.py |
| +++ b/tools/utils.py |
| @@ -342,7 +342,7 @@ def GetSVNRevision(): |
| # When building from tarball use tools/SVN_REVISION |
| svn_revision_file = os.path.join(DART_DIR, 'tools', 'SVN_REVISION') |
| try: |
| - with open(svn_revision_file) as fd |
| + with open(svn_revision_file) as fd: |
| return fd.read() |
| except: |
| pass |