Commit ab4a6356 authored by Łukasz Nowak's avatar Łukasz Nowak

- if instance setup packing list is delivered partition state shall be destroyed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01b812a1
......@@ -389,7 +389,7 @@ class SlapTool(BaseTool):
elif movement.getSimulationState() == 'stopped':
slap_partition._requested_state = 'stopped'
elif movement.getSimulationState() == 'delivered':
pass
slap_partition._requested_state = 'destroyed'
else:
raise NotImplementedError, "Unexpected state %s" % \
movement.getSimulationState()
......
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