From 8d278182a7da9aa4f012fa7decf348322ab323f6 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Fri, 13 Jan 2017 15:53:47 +0100 Subject: [PATCH] Indentation --- src/bitmessageqt/support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bitmessageqt/support.py b/src/bitmessageqt/support.py index 7e9fec78..86068542 100644 --- a/src/bitmessageqt/support.py +++ b/src/bitmessageqt/support.py @@ -90,8 +90,8 @@ def createSupportMessage(myapp): githeadfile = path.join(paths.codePath(), '..', '.git', 'ORIG_HEAD') if (path.isfile(githeadfile)): try: - with open(githeadfile, 'rt') as githead: - version += " GIT " + githead.readline().rstrip() + with open(githeadfile, 'rt') as githead: + version += " GIT " + githead.readline().rstrip() except IOError: pass