You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: normalizing a relative path returns an absolute path (#251)
* path: fix for normalizing files including ...
This still doesn't work for paths containing both .. parts as well as
...
* Use path.sep instead of hard coded /
* Change tests to check relative paths
* Add check for absolute path
* Linting fixes
* Update _normalize_path to check initial .. parts
This should return an absolute path if the initial .. count matches the
number of parts in the cwd (Path:_cwd)
0 commit comments