backy2 icon indicating copy to clipboard operation
backy2 copied to clipboard

python-fuse vs python-fusepy on Debian hosts

Open anomaly256 opened this issue 4 years ago • 0 comments

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

anomaly256 avatar Mar 13 '21 04:03 anomaly256