added missing method for GenericDataStructure

This commit is contained in:
Sebastian Wehling-Benatelli 2015-02-13 11:31:20 +01:00
parent e66e0701a4
commit cdd24e23fb

View File

@ -187,6 +187,9 @@ class GenericDataStructure(object):
def getFields(self): def getFields(self):
return self.__gdsFields return self.__gdsFields
def expandDataPath(self):
return os.path.join(*self.getFields().values())
class PilotDataStructure(object): class PilotDataStructure(object):
''' '''
Object containing the data access information for the old PILOT data Object containing the data access information for the old PILOT data