Script execution

This commit is contained in:
gac-x04sa
2019-08-21 10:35:06 +02:00
parent 5c1b3731fc
commit 7f3b3f34dd

View File

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