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

Catch OSError in prune_dirs helper #3209

Merged
merged 2 commits into from
Apr 7, 2019
Merged

Catch OSError in prune_dirs helper #3209

merged 2 commits into from
Apr 7, 2019

Commits on Apr 7, 2019

  1. Catch OSError in prune_dirs

    Since `fnmatch_all` can raise `OSError`s, and we were already silently
    giving up in `prune_dirs` on some of these exception, just do more of
    the same.
    jackwilsdon authored and arcresu committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    dc897c0 View commit details
    Browse the repository at this point in the history
  2. Changelog for #3209

    arcresu committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    2759941 View commit details
    Browse the repository at this point in the history