Commit 1ef9ef1f authored by Łukasz Nowak's avatar Łukasz Nowak

Fix state name.

parent 9d0e91b1
...@@ -90,7 +90,7 @@ for si in portal.portal_catalog(\n ...@@ -90,7 +90,7 @@ for si in portal.portal_catalog(\n
request_software_instance = si\n request_software_instance = si\n
break\n break\n
else:\n else:\n
if cleanup_delivery_line.getSimulationState() != \'destroyed\':\n if cleanup_delivery_line.getSimulationState() != \'delivered\':\n
request_software_instance = si\n request_software_instance = si\n
break\n break\n
\n \n
......
442 443
\ No newline at end of file \ No newline at end of file
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