diff --git a/blacs/__main__.py b/blacs/__main__.py index e1d20b7d..35668dcb 100644 --- a/blacs/__main__.py +++ b/blacs/__main__.py @@ -717,7 +717,7 @@ def process(self,h5_filepath): splash.update_text('loading labconfig') required_config_params = { - "DEFAULT": ["experiment_name", "app_saved_configs"], + "DEFAULT": ["apparatus_name", "app_saved_configs"], "programs": ["text_editor", "text_editor_arguments",], "paths": ["shared_drive", "connection_table_h5", "connection_table_py",], "ports": ["BLACS", "lyse"],