samschott / maestral

Open-source Dropbox client for macOS and Linux
https://maestral.app
MIT License
3.06k stars 65 forks source link

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

Closed samschott closed 3 months ago

samschott commented 3 months ago

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.