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.