Commit 93c16e43 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Fix typo

parent 6d3af880
...@@ -31,10 +31,10 @@ if not has_error: ...@@ -31,10 +31,10 @@ if not has_error:
if not person: if not person:
return return
message = instance.instance.SoftwareInstance_hasReportedError(include_message=True) message = instance.SoftwareInstance_hasReportedError(include_message=True)
if message in ["Not possible to find the last message", "#access instance available"]: if message in ["Not possible to find the last message", "#access instance available"]:
# Do not change state in case of transitory states. # Do not change state in case of transitory states.
return return message
if context.getSimulationState() == "validated": if context.getSimulationState() == "validated":
context.suspend() context.suspend()
......
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