fix for fetching git revision, from robin gareus

git-svn-id: svn://localhost/ardour2/branches/3.0@13085 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-07-26 12:31:42 +00:00
parent 3cd8138a41
commit 3b566446b2

View File

@ -75,6 +75,7 @@ def fetch_git_revision (path):
if "git-svn-id" in line:
line = line.split('@')[1].split(' ')
rev = line[0]
break
except:
pass
return rev