We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176556 commit f22f1b3Copy full SHA for f22f1b3
1 file changed
python-client/giskard/settings.py
@@ -42,7 +42,7 @@ class Config:
42
43
@property
44
def home_dir(self) -> Path:
45
- return Path(expand_env_var(self.home)).resolve()
+ return Path(expand_env_var(self.home)).expanduser().resolve()
46
47
@classmethod
48
def build_from_env(cls) -> "Settings":
0 commit comments