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
There is an undefined variable in the exception handler when open() fails in laika.py:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/local/lib/python2.7/dist-packages/laikaboss-2.0-py2.7.egg/EGG-INFO/scripts/laika.py", line 402, in run
self.result_queue.put(answer)
NameError: global name 'answer' is not defined
Hello,
There is an undefined variable in the exception handler when
open()
fails in laika.py:Extract of the code:
I am not really sure how to fix this, sorry.
The text was updated successfully, but these errors were encountered: