Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. TypeError: 'NoneType' object is not iterable
  2.  
  3. C:UsersJinxDesktopUTRLabos1>sim.py < test.txt
  4. ['stanje1']
  5. ['st6']
  6. Traceback (most recent call last):
  7. File "C:UsersJinxDesktopUTRLabos1sim.py", line 50, in <module>
  8. print(automaton(['stanje1'], inputArrays[0], transitionFunction))
  9. File "C:UsersJinxDesktopUTRLabos1sim.py", line 45, in automaton
  10. if estates : other = automaton(estates, ir[1:], fn)
  11. File "C:UsersJinxDesktopUTRLabos1sim.py", line 37, in automaton
  12. states += eNKA(s, ir[0], fn)
  13. TypeError: 'NoneType' object is not iterable
  14.  
  15. states += eNKA(s, ir[0], fn)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement