1
0
mirror of https://github.com/drewcassidy/KSP-DepthMask synced 2024-09-01 14:54:35 +00:00

¯\_(ツ)_/¯

This commit is contained in:
2022-10-23 22:01:28 -07:00
parent 6597be58a7
commit 0acc632bf3
4 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ def run():
g = gp.Git(basedir)
release = True
tag, distance, sha = g.execute(["git", "describe" "--tags"]).split("-")
tag, distance, sha = g.execute(["git", "describe", "--tags"]).split("-")
if int(distance) > 0:
release = False