Bessere Unterstützung unter Linux fhür '~' als home dir
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ elif platform == "darwin":
|
|||||||
else:
|
else:
|
||||||
config_path = f"~/.config/{app_name}/config.json"
|
config_path = f"~/.config/{app_name}/config.json"
|
||||||
|
|
||||||
config_path = Path(path.expandvars(config_path))
|
config_path = Path(path.expandvars(config_path)).expanduser()
|
||||||
|
|
||||||
|
|
||||||
class JavaVm(BaseModel):
|
class JavaVm(BaseModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user