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
Currently, passing an OCFLStorageRoot instance is required for loading an object, as it uses that path of the StorageRoot to build the full_path.
But it would be handy to load objects directly, perhaps without knowing about StorageRoot (or if outside). Should work without much changes, just handling None during os.path.join
The text was updated successfully, but these errors were encountered:
Addressed - objects may be "opened" with storage root attached, or not. If not, obj.path is assumed to be full path to object, and serves as means to move "into" a storage root.
Currently, passing an
OCFLStorageRoot
instance is required for loading an object, as it uses that path of the StorageRoot to build thefull_path
.But it would be handy to load objects directly, perhaps without knowing about StorageRoot (or if outside). Should work without much changes, just handling
None
duringos.path.join
The text was updated successfully, but these errors were encountered: