Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing state transition silently ignored #1110

Closed
danjampro opened this issue May 31, 2021 · 0 comments · Fixed by #1131
Closed

Missing state transition silently ignored #1110

danjampro opened this issue May 31, 2021 · 0 comments · Fixed by #1131
Assignees

Comments

@danjampro
Copy link
Collaborator

If a state transition is missing in the state table, the state machine will go to parking:

transition_method = getattr(self, transition_method_name, self.park)

I think we should log a warning or error here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants