alternative for storing event data (discussable)

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-10 15:41:37 +02:00
parent 0721e225a7
commit 3cb73fb948

View File

@ -247,6 +247,9 @@ class GenericDataStructure(object):
expandList.append('*%s' % self.getFieldValue('suffix')) expandList.append('*%s' % self.getFieldValue('suffix'))
return os.path.join(*expandList) return os.path.join(*expandList)
def getCatalogName(self):
return os.path.join(self.getFieldValue('root'), 'catalog.qml')
class PilotDataStructure(GenericDataStructure): class PilotDataStructure(GenericDataStructure):
''' '''