diff --git a/scripts/load_path.py b/scripts/load_path.py index 75b6d7a..79265b4 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -3,7 +3,7 @@ import os, subprocess MOD = "sage_datamart" -SAGE_ROOT = os.path.expanduser("~/repos/sage") +SAGE_ROOT = os.path.expanduser("~/sage") PYTHON = os.path.join(SAGE_ROOT, "py3", "bin", "python") SET_PERM = os.path.join(SAGE_ROOT, "set_role_perm.py")