Indentation
This commit is contained in:
parent
93bdc3c800
commit
8d278182a7
|
@ -90,8 +90,8 @@ def createSupportMessage(myapp):
|
||||||
githeadfile = path.join(paths.codePath(), '..', '.git', 'ORIG_HEAD')
|
githeadfile = path.join(paths.codePath(), '..', '.git', 'ORIG_HEAD')
|
||||||
if (path.isfile(githeadfile)):
|
if (path.isfile(githeadfile)):
|
||||||
try:
|
try:
|
||||||
with open(githeadfile, 'rt') as githead:
|
with open(githeadfile, 'rt') as githead:
|
||||||
version += " GIT " + githead.readline().rstrip()
|
version += " GIT " + githead.readline().rstrip()
|
||||||
except IOError:
|
except IOError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user