Skip to content

Commit

Permalink
updated atlas.csv function
Browse files Browse the repository at this point in the history
  • Loading branch information
WMDA committed Sep 27, 2022
1 parent f2d3cfe commit 530ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCN/graphs/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 530ad0e

Please sign in to comment.