mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
doubly-quoted
This commit is contained in:
parent
800b69047c
commit
a29f1bec9d
@ -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'),
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user