PilotDataStructure's method expandDataPath return the actual datapath as SeiscompDataStructure's does
This commit is contained in:
parent
89f996ffe3
commit
a8330b6d91
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user