Commit 70b08874 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

'return' is missing.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a144e693
......@@ -98,7 +98,7 @@ class SolverDecision(ConfigurableMixin, XMLObject):
if solver_type is None:
return {}
else:
solver_type.getDefaultConfigurationPropertyDict()
return solver_type.getDefaultConfigurationPropertyDict(self)
def getExplanationMessage(self, all=False):
"""
......
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