diff --git a/script/local.py b/script/local.py index cc1ba29..e2a27f9 100644 --- a/script/local.py +++ b/script/local.py @@ -192,8 +192,8 @@ def get_user_env(): def load_user_env(): - (path, exp) = get_user_env() - if path and exp: + (user, exp, path) = get_user_env() + if user and path and exp: set_user_env(path, exp)