doubly-quoted

This commit is contained in:
meejah 2019-09-24 13:55:24 -06:00
parent 800b69047c
commit a29f1bec9d

View File

@ -155,7 +155,7 @@ class FileNodeHandler(Resource, ReplaceMeMixin, object):
u"parent is a file, not a directory".format(name)
)
raise WebError(
"Files have no children named '{}'".format(
"Files have no children named {}".format(
quote_output(name, encoding='utf-8'),
)
)