mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 22:21:32 +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
|
@ignore.setter
|
||||||
def ignore(self, value):
|
def ignore(self, value):
|
||||||
self.ignore = value if value >= 0 else 0
|
self.eventhandler.ignore = value if value >= 0 else 0
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def pauser(self):
|
def pauser(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user