Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSurda committed Jan 13, 2017
1 parent 93bdc3c commit 8d27818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bitmessageqt/support.py
Expand Up @@ -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

Expand Down

0 comments on commit 8d27818

Please sign in to comment.