-
Jameson Rollins authored
The same-state redirect (when there is a request for the current executing state that causes it to redirect back to the top of the state and reexecute the main method) is somewhat unintuitive and has caused problems: #18 This change requires that an edge exist from a state to itself in order for a same-state redirect to take place place, e.g.: edge = [('STATE', 'STATE')] A new test was added for this change.
2760de6d
Name |
Last commit
|
Last update |
---|---|---|
bin | ||
devel | ||
docs | ||
etc | ||
lib | ||
systemd | ||
test | ||
.gitignore | ||
.gitlab-ci.yml | ||
COPYING | ||
COPYING-GPL-3 | ||
MANIFEST.in | ||
Makefile | ||
NEWS.md | ||
README.md | ||
TODO | ||
setup.py |