This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert label to str in graph_transitions.py
If the label of a state is not a string, trying to add it to the graphviz Graph will fail. This could be the case when using `FSMFieldMixin` instead of directly using `FSMField`.
- Loading branch information