Commit 7230b922 authored by Łukasz Nowak's avatar Łukasz Nowak

Remove debugging raise.

parent d00dc1cb
......@@ -63,7 +63,6 @@ for sale_packing_list_line in portal.portal_catalog(\n
simulation_state=NegatedQuery(Query(simulation_state=["delivered", "cancelled"])),\n
):\n
if sale_packing_list_line.getSimulationState() not in [\'delivered\', \'cancelled\']:\n
raise ValueError(sale_packing_list_line.getPath())\n
all_delivered = False\n
break\n
if all_delivered:\n
......
615
\ No newline at end of file
616
\ 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