drivendataorg / drivendataorg/cloudpathlib

Pycharm debugger triggers cache download on breakpoints

Open
#320 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.