Merge "Make starting state non-reentrant"

This commit is contained in:
Jenkins 2017-10-06 12:41:33 +00:00 committed by Gerrit Code Review
commit 360af27792
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ State_space = [
'name': States.starting,
'next_states': {
Events.error: States.error,
Events.start: States.starting,
Events.wait: States.waiting,
Events.timeout: States.error
},