Bug #3321
closedalignzlp settings error
0%
Description
Exception in thread data binder handler thread:
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in _bootstrap_inner
self.run()
File "/usr/lib64/python2.6/threading.py", line 484, in run
self._target(*self.__args, **self.__kwargs)
File "/home/acheng/myami/leginon/databinder.py", line 131, in handleData
method(args)
File "/home/acheng/myami/leginon/watcher.py", line 35, in handleEvent
self.processEvent(pubevent)
File "/home/acheng/myami/leginon/watcher.py", line 43, in processEvent
self.processData(newdata)
File "/home/acheng/myami/leginon/reference.py", line 225, in processData
if self.settings['bypass']:
KeyError: 'bypass'
Updated by Anchi Cheng over 9 years ago
There may be a bigger reason for this bug, but setting the settings in the node to bypass and adding defaultsettings of it in the code fixed it.
Updated by Anchi Cheng almost 7 years ago
- Status changed from Assigned to Closed
- Target version set to Appion/Leginon 3.2
In the code defaultsetting was not initiated by its parent class defaultsettings which is why.