mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
try to get more precise watchdog event info
This commit is contained in:
parent
4fc99b1b4d
commit
d4752bde1a
@ -73,7 +73,7 @@ MAYBE_NOTIFY = ActionType(
|
||||
|
||||
_EVENT = Field(
|
||||
u"event",
|
||||
lambda e: e.event_type,
|
||||
lambda e: e.__class__.__name__,
|
||||
u"The watchdog event that has taken place.",
|
||||
validateInstanceOf(FileSystemEvent),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user