bugfixes in order to make the GUI work

This commit is contained in:
2015-02-17 13:17:01 +01:00
parent 091ab23b90
commit d15441900e
6 changed files with 24 additions and 24 deletions

View File

@@ -242,8 +242,7 @@ class PilotDataStructure(object):
def expandDataPath(self):
datapath = os.path.join(self.getFields()['ROOT'],
self.getFields()['DATABASE'],
"*{0}".format(self.getFields()['SUFFIX']))
self.getFields()['DATABASE'])
return datapath