Update build

This commit is contained in:
hlohaus 2025-08-22 13:45:19 +02:00
parent 612e1faec5
commit ae985be2eb
7 changed files with 35 additions and 69 deletions

View file

@ -67,7 +67,7 @@ def get_git_version() -> str | None:
text=True,
stderr=PIPE
).strip()
except CalledProcessError:
except (CalledProcessError, FileNotFoundError):
return None