mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
improve events reporting
This commit is contained in:
parent
ebeeba456f
commit
9351e47ae6
@ -688,11 +688,11 @@ NOTIFIED = ActionType(
|
||||
u"Magic-Folder received a notification of a local filesystem change for a certain path.",
|
||||
)
|
||||
|
||||
_EVENTS = Field.for_types(
|
||||
_EVENTS = Field(
|
||||
u"events",
|
||||
[int, long],
|
||||
u"Details about a filesystem event generating a notification event.",
|
||||
humanReadableMask,
|
||||
u"Details about a filesystem event generating a notification event.",
|
||||
eliotutil.validateInstanceOf((int, long)),
|
||||
)
|
||||
|
||||
_NON_DIR_CREATED = Field.for_types(
|
||||
|
Loading…
Reference in New Issue
Block a user