Merge branch 'master' of git.schuerz.at:public/workdirfs
This commit is contained in:
commit
fd49c3ed27
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ try:
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
from fusepy import FUSE, FuseOSError, Operations
|
from fusepy import FUSE, FuseOSError, Operations
|
||||||
except:
|
except ModuleNotFoundError as e:
|
||||||
print("please install fusepy")
|
print("please install fusepy", e)
|
||||||
raise errno.ModuleNotFoundError
|
raise
|
||||||
|
|
||||||
|
|
||||||
class WorkdirFS(Operations):
|
class WorkdirFS(Operations):
|
||||||
|
|
Loading…
Reference in a new issue