'hm'
This commit is contained in:
parent
82cd75137a
commit
d4c51d8eb9
@ -60,6 +60,7 @@ class automata:
|
|||||||
if self.graph[q]:
|
if self.graph[q]:
|
||||||
# search through all its connections to find value
|
# search through all its connections to find value
|
||||||
for transition in self.graph[q]:
|
for transition in self.graph[q]:
|
||||||
|
print(transition, i)
|
||||||
try:
|
try:
|
||||||
if transition[i]:
|
if transition[i]:
|
||||||
# append next node
|
# append next node
|
||||||
|
Loading…
Reference in New Issue
Block a user