1
0
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:
Andrew Cassidy 2022-10-23 21:54:16 -07:00
parent ee58bda08a
commit 6597be58a7

View File

@ -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