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, open_local can only be called with the local filesystem, or one of the cacheing ones (because it returns a local path, by design). It you give anything else, you get an error. Instead, we could fall back to using simplecache (and temporary storage) for cases where we would have errored.
The text was updated successfully, but these errors were encountered:
Currently, open_local can only be called with the local filesystem, or one of the cacheing ones (because it returns a local path, by design). It you give anything else, you get an error. Instead, we could fall back to using simplecache (and temporary storage) for cases where we would have errored.
The text was updated successfully, but these errors were encountered: