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
Can we have a utils function that takes a fileset path as an input parameter, and returns a GenericFileset object?
I found gvfs does some of the thing here to get fileset_catalog, from which I can get GenericFileset by fileset_catalog.as_fileset_catalog().load_fileset().
I wonder if there is any function / api that I can use to get GenericFileset object based on a fileset path string, without creating gvfs instance, or copying code from gvfs class.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
What would you like to be improved?
Can we have a utils function that takes a fileset path as an input parameter, and returns a GenericFileset object?
I found gvfs does some of the thing here to get fileset_catalog, from which I can get GenericFileset by
fileset_catalog.as_fileset_catalog().load_fileset()
.I wonder if there is any function / api that I can use to get GenericFileset object based on a fileset path string, without creating gvfs instance, or copying code from gvfs class.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: