mirror of
https://github.com/drewcassidy/KSP-DepthMask
synced 2024-09-01 14:54:35 +00:00
git is very strange
This commit is contained in:
parent
ee58bda08a
commit
6597be58a7
@ -14,7 +14,7 @@ def run():
|
||||
g = gp.Git(basedir)
|
||||
|
||||
release = True
|
||||
tag, distance, sha = g.execute(["git", "describe"]).split("-")
|
||||
tag, distance, sha = g.execute(["git", "describe" "--tags"]).split("-")
|
||||
|
||||
if int(distance) > 0:
|
||||
release = False
|
||||
|
Loading…
Reference in New Issue
Block a user