wamdam / backy2

backy2: Deduplicating block based backup software for ceph/rbd, image files and devices
http://backy2.com/
Other
196 stars 39 forks source link

python-fuse vs python-fusepy on Debian hosts #83

Open anomaly256 opened 3 years ago

anomaly256 commented 3 years ago

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