Commit c6ab9bd
committed
Make use of global variable _cwd to store the path cd(path) changes to.
This is a workaround to python's os.getcwd() which always returns the real path, not the logical one.
Due to this os.getcwd() would never return the path inside a symlunk.
This commit also introduces getcwd() implementation that uses _cwd.1 parent b792281 commit c6ab9bd
1 file changed
+58
-49
lines changed
0 commit comments