From ea7b1bff73a20b0f3da8024217f8dd16b02786d8 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 21 Aug 2019 10:22:26 +0200 Subject: [PATCH] Script execution --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)