alternative for storing event data (discussable)
This commit is contained in:
parent
0721e225a7
commit
3cb73fb948
@ -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):
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user