Commit 43df75f3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31410 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b4bea13e
......@@ -121,7 +121,7 @@ class SolverProcess(XMLObject, ActiveProcess):
solver_movement_dict[movement_url] = movement_solver_configuration_dict.keys()
# Third, build target solvers
for portal_type, solver_key_dict in solver_dict.items():
for solver_type, solver_key_dict in solver_dict.items():
for solver_key, solver_movement_dict in solver_key_dict.items():
solver_instance = self.newContent(portal_type=solver_type)
solver_instance._setDeliveryList(solver_movement_dict.keys())
......
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