mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Relax restriction on mtime
This commit is contained in:
parent
91d86363ec
commit
3b38a228b0
@ -737,7 +737,7 @@ _NOW = Field.for_types(
|
||||
|
||||
_MTIME = Field.for_types(
|
||||
u"mtime",
|
||||
[int, long, float],
|
||||
[int, long, float, type(None)],
|
||||
u"A modification time to put into the metadata of a file being written in a local directory.",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user