Script execution

This commit is contained in:
gac-x04sa
2019-08-21 10:22:26 +02:00
parent 243d3fb023
commit ea7b1bff73

View File

@@ -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)