drivendataorg / drivendataorg/cloudpathlib
Pycharm debugger triggers cache download on breakpoints
Open
caching
- Dominant language
- Python
- Stars
- 628
- Forks
- 88
- Avg merge
- 17h 28m
- Merged PRs (30d)
- 2
Description
How to replicate:
- Run pycharm debugger
- Create CloudPath object
- Break and click on the item in the debugger to inspect
Alternatively:
- `CloudPath(...).fspath`
Why: Pycharm debugger collects all properties on objects in scope, thus accessing `.fspath` which performs a cache refresh
Contributor guide
Assessment
This issue has not been assessed yet.