Skip to content

Commit

Permalink
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
@@ -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]}"

0 comments on commit cb8526f

Please sign in to comment.