Commit 40c92bbf authored by Jérome Perrin's avatar Jérome Perrin

fix copy / pasted docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24957 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01f0d07a
......@@ -591,7 +591,8 @@ class TestPackingListMixin(TestOrderMixin):
def _solveDivergence(self, obj, property, decision, group='line'):
"""
Check if simulation movement are disconnected
Solve divergences for a given property by taking decision.
FIXME: Only "line" level divergence are supported
"""
kw = {'%s_group_listbox' % group:{}}
for divergence in obj.getDivergenceList():
......
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