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
I was trying to use the atomicwrites package under pyfakefs, and after adding fsync support (see #73), the next issue I noticed was that the fake version of os.link is aliased to the fake os.symlink, which has very different behaviour in cases where the original file is renamed or deleted:
# TODO: Link doesn't behave like os.link, this needs to be fixed properly.
link = symlink
The text was updated successfully, but these errors were encountered:
I was trying to use the atomicwrites package under pyfakefs, and after adding fsync support (see #73), the next issue I noticed was that the fake version of os.link is aliased to the fake os.symlink, which has very different behaviour in cases where the original file is renamed or deleted:
The text was updated successfully, but these errors were encountered: