mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
no .format yet
This commit is contained in:
parent
fc4aec7b77
commit
6ea6abdb1f
@ -196,9 +196,7 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
|
||||
# file in the way.
|
||||
return ErrorPage(
|
||||
http.CONFLICT,
|
||||
"Unable to create directory {}: a file was in the way".format(
|
||||
quote_output(name)
|
||||
),
|
||||
"Unable to create directory %s: a file was in the way" % quote_output(name),
|
||||
"no details",
|
||||
)
|
||||
return make_handler_for(node, self.client, self.node, name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user