Builder fix

This commit is contained in:
VerstreuteSeele
2022-12-25 03:35:33 +01:00
parent b3858bbf0e
commit ce0bedf078
+1 -1
View File
@@ -24,7 +24,7 @@ class GitVersion:
try:
exec(f"{git_tuple[0]} = {self._exec_git(git_tuple[1])}")
except:
exec(f"{git_tuple[0]} = Unknown")
exec(f"{git_tuple[0]} = 'Unknown'")
dirty = False
try: