fix error
This commit is contained in:
parent
a1b772a296
commit
f9c03174af
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ except:
|
|||
from fusepy import FUSE, FuseOSError, Operations
|
||||
except:
|
||||
print("please install fusepy")
|
||||
raise errno.ENOENT
|
||||
raise errno.ModuleNotFoundError
|
||||
|
||||
|
||||
class WorkdirFS(Operations):
|
||||
|
|
Loading…
Reference in a new issue