Skip to content
Snippets Groups Projects
Commit 9e6a9bb1 authored by sveseli's avatar sveseli
Browse files

change default keys for experiment object to match db entity

parent c258a7ab
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from dmObject import DmObject
class Experiment(DmObject):
DEFAULT_KEY_LIST = [ 'id', 'name', 'dataDirectory', 'startTime', 'stopTime' ]
DEFAULT_KEY_LIST = [ 'id', 'name', 'dataDirectory', 'startDate', 'endDate', 'daqStartTime', 'daqEndTime' ]
def __init__(self, dict={}):
DmObject.__init__(self, dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment