[FOLDER RESTURCTURING #22] some changes in path variables

This commit is contained in:
Kaan Cökerim
2021-09-08 13:06:51 +02:00
parent 7c5e16ecc6
commit 0dc5aff3fc
6 changed files with 10 additions and 9 deletions

View File

@@ -794,8 +794,8 @@ class PilotDataStructure(GenericDataStructure):
def __init__(self, **fields):
if not fields:
fields = {'database': '2006.01',
'root': '/data/Egelados/EVENT_DATA/LOCAL'}
fields = {'database': '',
'root': ''}
GenericDataStructure.__init__(self, **fields)