This commit is contained in:
2025-10-10 17:14:43 +03:00
parent fd2387a05c
commit 0de59cf6c3

View File

@@ -22,7 +22,7 @@ from arches.utils import *
from arches.config import * from arches.config import *
root_path=dirname(dirname(dirname(inspect.getfile(arches)))) root_path=dirname(dirname(dirname(inspect.getfile(arches))))
print("Arches root path: {}".format(root_path)) print("Root path: {}".format(root_path))
archive_dir=root_path+'/data/archive' archive_dir=root_path+'/data/archive'
events_dir=root_path+'/data/processed' events_dir=root_path+'/data/processed'