From 71f0e080cbdc82a4be39fadcf83c6d84652eebb1 Mon Sep 17 00:00:00 2001 From: "sgjesse@google.com" Date: Thu, 6 Feb 2014 14:44:07 +0000 Subject: [PATCH] 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 --- tools/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/utils.py b/tools/utils.py index 22c937b5192..49ff0b112c5 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