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've found the FUSE layer will break if the host happens to have both python-fuse and python-fusepy installed as the logic in fuse.py only expects ModuleNotFoundError and doesn't account for ImportError
Hi,
I've found the FUSE layer will break if the host happens to have both python-fuse and python-fusepy installed as the logic in fuse.py only expects ModuleNotFoundError and doesn't account for ImportError
https://github.com/wamdam/backy2/blob/master/src/backy2/fuse.py#L9
Unable to provide a PR at the moment though sorry
The text was updated successfully, but these errors were encountered: