Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user