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

Typo.

parent 045610de
...@@ -159,7 +159,7 @@ def SlapDocument_migrateSlapState(self): ...@@ -159,7 +159,7 @@ def SlapDocument_migrateSlapState(self):
pass pass
else: else:
if explanation_delivery_line.getSimulationState() == 'cancelled': if explanation_delivery_line.getSimulationState() == 'cancelled':
state = 'destoyed' state = 'destroyed'
else: else:
raise NotImplementedError raise NotImplementedError
promise_kw = { promise_kw = {
......
99 100
\ 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