Commit 95fcfdaf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6676a354
...@@ -714,7 +714,7 @@ def zstor_2zurl(zstor): ...@@ -714,7 +714,7 @@ def zstor_2zurl(zstor):
# only through URI but e.g. via ZConfig and manually. We want to support all # only through URI but e.g. via ZConfig and manually. We want to support all
# those cases... # those cases...
# #
# For this reason extact URL with important for wcfs use-case parameters in # For this reason extract URL with important for wcfs use-case parameters in
# ad-hoc way. # ad-hoc way.
if isinstance(zstor, FileStorage): if isinstance(zstor, FileStorage):
return "file://%s" % (zstor._file_name,) return "file://%s" % (zstor._file_name,)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment