it's a set apparently

This commit is contained in:
Jean-Paul Calderone 2019-02-25 21:25:36 -05:00
parent 436b91b463
commit 15601a37e9

View File

@ -759,9 +759,9 @@ OVERWRITE_BECOMES_CONFLICT = MessageType(
u"An attempt to overwrite an existing file failed because that file is now conflicted.",
)
_FILES = Field.for_types(
_FILES = Field(
u"files",
[list],
lambda file_set: list(file_set),
u"All of the relative paths belonging to a Magic-Folder that are locally known.",
)