Skip to content

Commit 375d75f

Browse files
committed
fix: git not available
1 parent e239dd0 commit 375d75f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parea/experiment/dvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def is_git_repo():
99
try:
1010
subprocess.check_output(["git", "branch"], stderr=subprocess.STDOUT)
1111
return True
12-
except subprocess.CalledProcessError:
12+
except:
1313
return False
1414

1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "parea-ai"
88
packages = [{ include = "parea" }]
9-
version = "0.2.196"
9+
version = "0.2.197"
1010
description = "Parea python sdk"
1111
readme = "README.md"
1212
authors = ["joel-parea-ai <[email protected]>"]

0 commit comments

Comments
 (0)