From f07012825f48aa76279fb5afa200bbffd0e81517 Mon Sep 17 00:00:00 2001 From: Roman Mankowsky Date: Wed, 30 May 2018 15:35:12 +0200 Subject: [PATCH] fixed exp config, now reads from /sf/bernina/config/exp/exp_config.json --- instruments/bernina.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/bernina.py b/instruments/bernina.py index 41f6078..52e4ca4 100755 --- a/instruments/bernina.py +++ b/instruments/bernina.py @@ -14,7 +14,7 @@ elog = _Elog(_elog_info['url'],user='gac-bernina',screenshot_directory=_elog_inf screenshot = _Screenshot(screenshot_directory=_elog_info['screenshot_directory']) ########### configurations ######################## -currexp_file_path = '/sf/bernina/config/current_experiment.json' +currexp_file_path = '/sf/bernina/config/exp/current_experiment.json' if os.path.exists(currexp_file_path): exp_config = loadConfig(currexp_file_path) else: