From 530ad0e2d3748b4465d16d71916fc8eb5b6a77b9 Mon Sep 17 00:00:00 2001 From: wmda Date: Tue, 27 Sep 2022 10:27:00 +0100 Subject: [PATCH] updated atlas.csv function --- SCN/graphs/graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCN/graphs/graphs.py b/SCN/graphs/graphs.py index 8f7b655..f7eee1f 100644 --- a/SCN/graphs/graphs.py +++ b/SCN/graphs/graphs.py @@ -37,7 +37,7 @@ def load_atlas_csv() -> pd.DataFrame: except Exception as e: print('Unable to load atlas.csv due to:', e) - print('This commonly happens with venvs or grid systems. Check the where SCN is looking for the atlas.csv and put the file there.') + print('This commonly happens with venvs or grid systems. Check where SCN is looking for the atlas.csv and put the file there.') sys.exit(1)