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

Filechooser widgets handle system files without logging errors #8509

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 12, 2023

  1. Refactor is_hidden to address kivy#5873

    * Added failing test before implementing fix.
    * Added super-basic iconview test, because the code is never exercised.
    * Refactor is_hidden so it doesn't fail: Use built-in `os.stat` instead of win32file's `GetFileAttributesExW()` because it handles (in use) system files.
    * Sort imports according to PEP8.
    * Stop (conditionally) importing win32file.
    * Add support for macOS's UF_Hidden attributes.
    * Confirm new tests are now passing.
    Julian-O committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ff6584c View commit details
    Browse the repository at this point in the history