From 9e2ba0ffb928cbdcecef6713f4585048896a8ecd Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 21 Aug 2019 10:23:25 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index a0e45b5..7da9903 100644 --- a/script/local.py +++ b/script/local.py @@ -184,7 +184,7 @@ def set_user_env(user, exp, path="/X04SA/data/x04sa/ES3/expdata"): set_setting(USER_NAME_PREFERENCE, user) set_setting(USER_EXP_PREFERENCE, exp) set_setting(DATA_ROOT_PREFERENCE, path) - set_data_path(path + "/" +user + "/" +experiment) + set_data_path(path + "/" +user + "/" +exp) pixel.set_path(path, user + "/" +exp + "/images") def get_user_env():