Advertisement
starbeamrainbowlabs

Wallfolower error

Apr 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. File "wallfolower.py", line 64
  2. noeggfinish(tuple([(x,y) for x in [-1,0,1] for y in [-1,0,1] if (x,y) != (0,0)))
  3.  
  4. ^
  5. SyntaxError: invalid syntax
  6. Traceback (most recent call last):
  7. File "simplebot.py", line 29, in <module>
  8. IndexError: list index out of range
  9. The process tried to write to a nonexistent pipe.
  10. tester.rb:21:in `read': Interrupt
  11. from tester.rb:21:in `block in run_with_input'
  12. from C:/Ruby2.0.0-x64/lib/ruby/2.0.0/open3.rb:217:in `popen_run'
  13. from C:/Ruby2.0.0-x64/lib/ruby/2.0.0/open3.rb:157:in `popen2'
  14. from tester.rb:18:in `run_with_input'
  15. from tester.rb:163:in `block (2 levels) in <main>'
  16. from tester.rb:162:in `each'
  17. from tester.rb:162:in `block in <main>'
  18. from tester.rb:161:in `times'
  19. from tester.rb:161:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement