Fix last minute change in last commit

Never commit without testing.

TBR=ricow@google.com
BUG=

Review URL: https://codereview.chromium.org//131343014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32360 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sgjesse@google.com
2014-02-06 14:44:07 +00:00
parent 8128bd9373
commit 71f0e080cb
+1 -1
View File
@@ -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