mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 10:41:33 +00:00
Fix infinite recursive property in DirectoryMonitor
This commit is contained in:
parent
222143665c
commit
08693d3ba2
@ -54,7 +54,7 @@ class DirectoryMonitor:
|
||||
|
||||
@ignore.setter
|
||||
def ignore(self, value):
|
||||
self.ignore = value if value >= 0 else 0
|
||||
self.eventhandler.ignore = value if value >= 0 else 0
|
||||
|
||||
@property
|
||||
def pauser(self):
|
||||
|
Loading…
Reference in New Issue
Block a user