mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update build
This commit is contained in:
parent
612e1faec5
commit
ae985be2eb
7 changed files with 35 additions and 69 deletions
|
|
@ -67,7 +67,7 @@ def get_git_version() -> str | None:
|
|||
text=True,
|
||||
stderr=PIPE
|
||||
).strip()
|
||||
except CalledProcessError:
|
||||
except (CalledProcessError, FileNotFoundError):
|
||||
return None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue