Skip to content

Commit

Permalink
Fix initiated function in the state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Oct 25, 2023
1 parent 55afe79 commit cb8526f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isar/state_machine/state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def _initiated(self) -> None:
f"step: {str(self.current_step.id)[:8]}"
)
else:
self.current_mission.status = MissionStatus.InProgress
self.logger.info(
f"Successfully initiated full mission with ID: "
f"{str(self.current_mission.id)[:8]}"
Expand Down

0 comments on commit cb8526f

Please sign in to comment.