Commit 408db6f1 authored by Łukasz Nowak's avatar Łukasz Nowak

- formatting


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34274 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6743c60f
......@@ -583,7 +583,7 @@ class WizardTool(BaseTool):
bt5_files = server_response.get("filedata", [])
server_buffer = server_response.get("server_buffer", None)
if server_buffer is None:
# server doesn't comform protocol which means a possible server error
# server doesn't comform protocol which means a possible server error
raise ValueError("Witch server configuration error")
bt5_filenames = server_buffer.get("filenames", [])
portal_templates = getToolByName(portal, 'portal_templates')
......
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