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
If you're processing a lot of data in a loop and want to reclaim disk space after you're done with one path, then it could be helpful to have a way to delete the locally cached file. I don't think this should cause any problems because other methods that use the cache will check if it exists and download.
Currently, one can do this with cloud_path._local.unlink() but it would be better to have a method in the public API for this.
The text was updated successfully, but these errors were encountered:
If you're processing a lot of data in a loop and want to reclaim disk space after you're done with one path, then it could be helpful to have a way to delete the locally cached file. I don't think this should cause any problems because other methods that use the cache will check if it exists and download.
Currently, one can do this with
cloud_path._local.unlink()
but it would be better to have a method in the public API for this.The text was updated successfully, but these errors were encountered: