bugfix: deleted default value for suffix

This commit is contained in:
Sebastian Wehling-Benatelli 2015-05-20 10:33:59 +02:00
parent 5f8b6de1ec
commit 9a4677c794

View File

@ -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)