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:
|
||||
fields = {'database':'2006.01',
|
||||
'root':'/data/Egelados/EVENT_DATA/LOCAL', 'suffix':'gse',
|
||||
'format':'GSE2'}
|
||||
'root':'/data/Egelados/EVENT_DATA/LOCAL'}
|
||||
|
||||
GenericDataStructure.__init__(self, **fields)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user