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
file_class instance may need to access the main fuse object for state information (e.g. database connection, network connection etc.). But the nested class doesn't seem to have any easy way to do that. This is the case in example/xmp.py. And there doesn't seem to be an alternative way to use the stateful file API.
The text was updated successfully, but these errors were encountered:
file_class instance may need to access the main fuse object for state information (e.g. database connection, network connection etc.). But the nested class doesn't seem to have any easy way to do that. This is the case in example/xmp.py. And there doesn't seem to be an alternative way to use the stateful file API.
The text was updated successfully, but these errors were encountered: