You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "shoebot_kernel/kernel.py", line 36, in do_execute
bot.run(code, break_on_error=True)
File "/home/rlafuente/repos/python-libs/shoebot/shoebot/grammar/grammar.py", line 240, in run
self._run_frame(executor, limit=frame_limiter, iteration=iteration)
File "/home/rlafuente/repos/python-libs/shoebot/shoebot/grammar/grammar.py", line 148, in _run_frame
executor.run()
File "/home/rlafuente/repos/python-libs/shoebot/shoebot/grammar/livecode.py", line 115, in run
self.do_exec(self.known_good, self.ns)
File "/home/rlafuente/repos/python-libs/shoebot/shoebot/grammar/livecode.py", line 82, in do_exec
exec source in ns
File "<string>", line 8, in <module>
NameError: name 'red' is not defined
Only the last 2 lines are relevant, and we're also missing context to make it clear which line is problematic.
The text was updated successfully, but these errors were encountered:
Right now we have
Only the last 2 lines are relevant, and we're also missing context to make it clear which line is problematic.
The text was updated successfully, but these errors were encountered: