mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
it's a set apparently
This commit is contained in:
parent
436b91b463
commit
15601a37e9
@ -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.",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user