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

Fix crash on shutdown #374

Merged
merged 1 commit into from
Oct 26, 2016
Merged

Fix crash on shutdown #374

merged 1 commit into from
Oct 26, 2016

Commits on Oct 26, 2016

  1. Fix crash on shutdown

    When the root directory being watched by inotify was deleted, watchdog
    would crash with a KeyError when shutting down.
    
    This commit stops watching the deleted directory for events once it's
    been deleted, as well as adds a guard for the crash.
    pR0Ps committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    b692c5b View commit details
    Browse the repository at this point in the history