Skip to content

Commit

Permalink
minor fix to log from python state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 24, 2024
1 parent d7b5c5a commit 5eb73d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yasmin/yasmin/state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def validate(self, strict_mode: bool = False) -> None:
yasmin.YASMIN_LOG_DEBUG(f"Validating state machine '{self}'")

if self._validated and not strict_mode:
yasmin.YASMIN_LOG_DEBUG("State machine '{self}' has already been validated")
yasmin.YASMIN_LOG_DEBUG(f"State machine '{self}' has already been validated")

# Terminal outcomes from all transitions
terminal_outcomes = []
Expand Down

0 comments on commit 5eb73d5

Please sign in to comment.