From 0de59cf6c3cfdbb7c30daf6e455cfffeb63dbff9 Mon Sep 17 00:00:00 2001 From: Roman Krivonos Date: Fri, 10 Oct 2025 17:14:43 +0300 Subject: [PATCH] minor --- scripts/05_esas_group_spectra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/05_esas_group_spectra.py b/scripts/05_esas_group_spectra.py index 6683a5e..b5464df 100755 --- a/scripts/05_esas_group_spectra.py +++ b/scripts/05_esas_group_spectra.py @@ -22,7 +22,7 @@ from arches.utils import * from arches.config import * 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' events_dir=root_path+'/data/processed'