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'