Commit f7a4eef3 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo that prevent zope from starting.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8c41089
......@@ -719,7 +719,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
return wc_path
else:
return os.sep.join(wc_path.split(os.sep)[:-1])
raise SubversionUnknownBusinessTemplateError,
raise SubversionUnknownBusinessTemplateError, \
"Could not find '%s' at first level of working copies." % (bt_name, )
def _getWorkingPath(self, path):
......
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