Skip to content

Commit

Permalink
experiment_name changed to apparatus_name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanderson committed Jun 10, 2020
1 parent e739553 commit 1d1e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacs/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 1d1e9c4

Please sign in to comment.