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:
Jean-Paul Calderone 2019-03-04 11:00:08 -05:00
parent 4ec6e59cc3
commit 0be2cbccc9

View File

@ -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),
)