Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only create local data directories if necessary #370

Merged
merged 1 commit into from
Oct 3, 2023

Commits on Aug 15, 2023

  1. Only create local data directories if necessary.

    Creating a local data directory with Pooch checks that the local
    directory is writeable. This is important if downloading data, but if
    the files already exist is unnecessary.
    
    This came up because we would like to store data for Pooch in readable
    but non-writable directories. In particular, the directories in which
    our build system installs Python are not writable.
    shoyer committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ed7ed3f View commit details
    Browse the repository at this point in the history