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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user