Skip to content

Commit d4949f1

Browse files
committed
Merge pull request #88 from rpanderson/master
experiment_name changed to apparatus_name
1 parent 7562830 commit d4949f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runmanager/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ def load_the_config_file():
14861486
self.ui.show()
14871487

14881488
def setup_config(self):
1489-
required_config_params = {"DEFAULT": ["experiment_name"],
1489+
required_config_params = {"DEFAULT": ["apparatus_name"],
14901490
"programs": ["text_editor",
14911491
"text_editor_arguments",
14921492
],

0 commit comments

Comments
 (0)