cloudpathlib
cloudpathlib copied to clipboard
Fixes for LocalClient bugs: glob in local clients to match cloud clients, reset default storage work on default client
-
glob
for local clients should return empty list (to match cloud version) rather than raise exception. - Reset default client in
reset_default_storage_dir
so the new storage dir gets picked up because the default client will have to be recreated
Closes #415 Closes #414