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
Good catch! And your proposed fix is also correct.
As an aside--I noticed the inconsistent path separators in your example, and added a fix and a more convenient way to set the file system OS, so thanks for that.
I would appreciate if you could test the master after I add the fix. I will wait for further issues and probably make a new release if none will appear for some time.
Describe the bug
os.walk
does not reolve the directory before checking if it is a symlink.How To Reproduce
import os
from pathlib import Path
from pyfakefs.fake_filesystem_unittest import Patcher
Output is:
Your enviroment
Please run the following and paste the output.
Output is:
The text was updated successfully, but these errors were encountered: