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

Add trailing newline to graph's node labels #583

Merged
merged 2 commits into from
Aug 25, 2022

Conversation

spagh-eddie
Copy link
Contributor

@spagh-eddie spagh-eddie commented Aug 11, 2022

Fixes #582

I tested this with combinations: on_enter, on_enter+on_exit, timeout+on_timeout, and on_enter+timeout+on_timeout

states = [
    {
        "name": "initial",
        "on_enter": ["this is odd", "see?"],
        "on_exit": ["this is odd", "see?"],
        "timeout": 30,
        "on_timeout": ["do_something", "do_something"],
    }
]

@spagh-eddie spagh-eddie changed the title Add newline to graph's node labels Add trailing newline to graph's node labels Aug 11, 2022
@aleneum aleneum changed the base branch from master to dev-#582 August 25, 2022 14:06
@aleneum aleneum merged commit 8c3a64d into pytransitions:dev-#582 Aug 25, 2022
@spagh-eddie spagh-eddie deleted the patch-1 branch August 25, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Last label on graph node not left-aligned
2 participants