mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
We don't need quoting in Eliot structured logs.
Also quote_filepath seems to be doing the wrong thing but it's not entirely clear how.
This commit is contained in:
parent
4ec6e59cc3
commit
0be2cbccc9
@ -536,7 +536,7 @@ REMOVE_FROM_PENDING = ActionType(
|
||||
|
||||
PATH = Field(
|
||||
u"path",
|
||||
lambda fp: quote_filepath(fp),
|
||||
lambda fp: fp.asTextMode().path,
|
||||
u"A local filesystem path.",
|
||||
eliotutil.validateInstanceOf(FilePath),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user