Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: tools/utils.py

Issue 131343014: Fix last minute change in last commit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698