Closedown

This commit is contained in:
gac-x04sa
2019-08-21 09:54:35 +02:00
parent 2ce7d3ce9c
commit c8733abb0d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ def set_user_env(path, experiment, images_path=None):
set_data_path(path + "/" +experiment)
pixel.set_path((path + "/image") if images_path is None else images_path, experiment)
def get_user_env(path, experiment):
def get_user_env():
return (get_setting(USER_PATH_PREFERENCE), get_setting(USER_EXP_PREFERENCE))