mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
fix: fix compiler error if not git repo
This commit is contained in:
parent
58d0f26602
commit
3ca047f07d
@ -7,7 +7,7 @@ project = project.split("/")
|
|||||||
project = project[len(project)-1]
|
project = project[len(project)-1]
|
||||||
|
|
||||||
# Get 0.0.0 version from latest Git tag
|
# Get 0.0.0 version from latest Git tag
|
||||||
tagcmd = "git describe --tags --abbrev=0"
|
tagcmd = "git describe --tags --always --abbrev=0"
|
||||||
version = subprocess.check_output(tagcmd, shell=True).decode().strip()
|
version = subprocess.check_output(tagcmd, shell=True).decode().strip()
|
||||||
|
|
||||||
# Get latest commit short from Git
|
# Get latest commit short from Git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user