bugfix: deleted default value for suffix
This commit is contained in:
parent
5f8b6de1ec
commit
9a4677c794
@ -260,8 +260,7 @@ class PilotDataStructure(GenericDataStructure):
|
|||||||
|
|
||||||
if not fields:
|
if not fields:
|
||||||
fields = {'database':'2006.01',
|
fields = {'database':'2006.01',
|
||||||
'root':'/data/Egelados/EVENT_DATA/LOCAL', 'suffix':'gse',
|
'root':'/data/Egelados/EVENT_DATA/LOCAL'}
|
||||||
'format':'GSE2'}
|
|
||||||
|
|
||||||
GenericDataStructure.__init__(self, **fields)
|
GenericDataStructure.__init__(self, **fields)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user