Issue 31468: os.path.samefile fails on windows network drive (original) (raw)
Issue31468
Created on 2017-09-14 12:12 by Daniel Sauer, last changed 2022-04-11 14:58 by admin.
Messages (1) | ||
---|---|---|
msg302170 - (view) | Author: Daniel Sauer (Daniel Sauer) | Date: 2017-09-14 12:12 |
On my Windows network drive os.path.samefile() seems to return True regardless of input paths. In my case this results in an error trying to save checkpoints of jupyter notebooks on this drive. I am using Windows 7, my working directory is located on a network drive that is offline-available (CSC cache). Tracing this problem back it seems to have something to do with nt._getfinalpathname() reporting a wrong result. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:52 | admin | set | github: 75649 |
2017-09-14 12:12:09 | Daniel Sauer | create |