Merge branch 'master' into anvil
The "Anvil currently in development" message was left out of the merge.
This commit is contained in:
@@ -64,7 +64,7 @@ def findGitHash():
|
||||
|
||||
def findGitVersion():
|
||||
try:
|
||||
p = Popen(['git', 'describe', '--tags'], stdout=PIPE, stderr=PIPE, shell=True)
|
||||
p = Popen('git describe --tags', stdout=PIPE, stderr=PIPE, shell=True)
|
||||
p.stderr.close()
|
||||
line = p.stdout.readlines()[0]
|
||||
if line.startswith('release-'):
|
||||
|
||||
Reference in New Issue
Block a user