ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Support tilde expansion for project paths #1

Closed hafen closed 5 years ago

hafen commented 5 years ago

With v0.0b3 when I do the following: Project("~/myproject") it appends to the current working directory, putting it at "/full/path/to/current/working/directory/~/myproject". It would be good to support tilde expansion of paths as this is the way paths are specified.

pcstout commented 5 years ago

Fixed. It will also expand env vars now.