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

Don't Walk Directories Without Read Permissions #408

Closed
wants to merge 1 commit into from

Conversation

joshuaskelly
Copy link

Fixing an issue I noticed on macOS if the watched directory has subdirectories that do not have read permissions (specifically .Trashes).

BoboTiG added a commit to BoboTiG/watchdog that referenced this pull request Jun 11, 2019
@BoboTiG BoboTiG closed this Jun 11, 2019
BoboTiG added a commit to BoboTiG/watchdog that referenced this pull request Jun 11, 2019
BoboTiG added a commit to BoboTiG/watchdog that referenced this pull request Jun 11, 2019
BoboTiG added a commit to BoboTiG/watchdog that referenced this pull request Jun 11, 2019
BoboTiG added a commit to BoboTiG/watchdog that referenced this pull request Jun 13, 2019
BoboTiG added a commit that referenced this pull request Jun 14, 2019
Original patch by Joshua Skelton (@joshuaskelly) on issue #408.

* Add test + code refactoring

    - Rework DirectorySnapshot to allow monkeypatching .walk();
    - Added repr(DirectorySnapshotDiff) to ease catchng changes.
CCP-Aporia pushed a commit to CCP-Aporia/watchdog that referenced this pull request Aug 13, 2020
…sh#573)

Original patch by Joshua Skelton (@joshuaskelly) on issue gorakhargosh#408.

* Add test + code refactoring

    - Rework DirectorySnapshot to allow monkeypatching .walk();
    - Added repr(DirectorySnapshotDiff) to ease catchng changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants