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
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.
0 commit comments