Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

be more forgiving if follow_symlinks=False is not supported #1026

Merged
merged 3 commits into from
Mar 24, 2024

Conversation

samschott
Copy link
Owner

If follow_symlinks=False is not supported for a file system call on the platform, either fall back to follow_symlinks=True, or skip the call if ok. In particular:

Fixes #890.

lstat calls fall back to stat if follow_symlinks=False is not supported
...if follow_symlinks is not supported
@samschott samschott merged commit 9502ef0 into main Mar 24, 2024
10 checks passed
@samschott samschott deleted the forgiving-follow-symlinks branch March 24, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unexpected error and sync stops
1 participant