Skip to content
Snippets Groups Projects
Commit c6f75741 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix unexpanded path during init

parent 96bde7bf
No related branches found
No related tags found
1 merge request!3Draft: Resolve "Import command"
......@@ -115,6 +115,8 @@ class Workspace:
"n": lambda: None,
})
path = os.path.expanduser(os.path.expandvars(path))
config = Config.get_defaults()
ws = Workspace(path=path, config=config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment