mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Fix state graph
This commit is contained in:
parent
84703bbc45
commit
0c72327ab7
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class IdentityStates(StateGraph):
|
|||
outdated.transitions_to(updated)
|
||||
updated.transitions_to(outdated)
|
||||
|
||||
updated.transitions_to(moved)
|
||||
moved.transitions_to(moved_fanned_out)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue