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 PermissionError when searching for dependencies (affects WSL) #24

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. On my WSL: searches /mnt/c/Windows/system32/config/systemprofile/AppD…

    …ata/Local/Microsoft/WindowsApps/links which
    
    returns EACCESS; see also https://bugs.python.org/issue25481
    hattne committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0b3a35a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge branch 'main' into wsl

    hattne committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    92a1cff View commit details
    Browse the repository at this point in the history
  2. Type of key in keyword argument is always str

    See
    https://peps.python.org/pep-0484/#arbitrary-argument-lists-and-default-argument-values.
    But since the value is Any, the type hint may really not be particularly
    useful here.
    hattne committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2fbe3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb34e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb03088 View commit details
    Browse the repository at this point in the history