added missing method for GenericDataStructure
This commit is contained in:
parent
e66e0701a4
commit
cdd24e23fb
@ -187,6 +187,9 @@ class GenericDataStructure(object):
|
||||
def getFields(self):
|
||||
return self.__gdsFields
|
||||
|
||||
def expandDataPath(self):
|
||||
return os.path.join(*self.getFields().values())
|
||||
|
||||
class PilotDataStructure(object):
|
||||
'''
|
||||
Object containing the data access information for the old PILOT data
|
||||
|
Loading…
Reference in New Issue
Block a user