mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 07:45:12 +00:00
Fix issues in PR #63
This commit is contained in:
@ -11,6 +11,7 @@ from watchdog.events import (
|
||||
DirCreatedEvent, DirModifiedEvent, DirMovedEvent, DirDeletedEvent
|
||||
)
|
||||
|
||||
# This is done to prevent inotify event logs triggering themselves (infinite log recursion)
|
||||
logging.getLogger('watchdog.observers.inotify_buffer').propagate = False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user