Project

General

Profile

Actions

Bug #3321

closed

alignzlp settings error

Added by Anchi Cheng almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Start date:
07/20/2015
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:

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'

Actions #1

Updated by Anchi Cheng almost 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.

Actions #2

Updated by Anchi Cheng over 6 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.

Actions

Also available in: Atom PDF