diff --git a/script/local.py b/script/local.py index 01e265e..80c13df 100644 --- a/script/local.py +++ b/script/local.py @@ -194,7 +194,7 @@ def get_user_env(): def load_user_env(): (user, exp, path) = get_user_env() if user and path and exp: - set_user_env(path, exp) + set_user_env(user, exp, path) ###################################################################################################