PilotDataStructure's method expandDataPath return the actual datapath as SeiscompDataStructure's does

This commit is contained in:
Sebastian Wehling-Benatelli 2015-01-27 05:22:06 +01:00
parent 89f996ffe3
commit a8330b6d91

View File

@ -187,7 +187,10 @@ class PilotDataStructure(object):
return self.__pdsFields
def expandDataPath(self):
return
datapath = os.path.join(self.getFields()['ROOT'],
self.getFields()['DATABASE'],
"*{0}".format(self.getFields()['SUFFIX']))
return datapath
class SeiscompDataStructure(object):
'''