fixed exp config, now reads from /sf/bernina/config/exp/exp_config.json

This commit is contained in:
2018-05-30 15:35:12 +02:00
parent 8bdbe814ea
commit f07012825f
+1 -1
View File
@@ -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: