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

Broken symlinks cause problem in pyfilesystem #223

Open
timkpaine opened this issue Feb 11, 2025 · 0 comments
Open

Broken symlinks cause problem in pyfilesystem #223

timkpaine opened this issue Feb 11, 2025 · 0 comments
Labels
type: bug Concrete, reproducible bugs

Comments

@timkpaine
Copy link
Collaborator

      File "/opt/homebrew/lib/python3.11/site-packages/fs/osfs.py", line 488, in _scandir
        with convert_os_errors("scandir", path, directory=True):
      File "/opt/homebrew/lib/python3.11/site-packages/fs/error_tools.py", line 89, in __exit__
        reraise(fserror, fserror(self._path, exc=exc_value), traceback)
      File "/opt/homebrew/lib/python3.11/site-packages/six.py", line 723, in reraise
        raise value.with_traceback(tb)
      File "/opt/homebrew/lib/python3.11/site-packages/fs/osfs.py", line 499, in _scandir
        stat_result = dir_entry.stat()
                      ^^^^^^^^^^^^^^^^
    fs.errors.ResourceNotFound: resource '' not found
@timkpaine timkpaine added the type: bug Concrete, reproducible bugs label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Concrete, reproducible bugs
Projects
None yet
Development

No branches or pull requests

1 participant