We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006bdf0 + 02a1795 commit 4def0b8Copy full SHA for 4def0b8
__main__.py
@@ -1784,7 +1784,6 @@ def __init__(self):
1784
# self.ui.showMaximized()
1785
1786
def setup_config(self):
1787
- config_path = os.path.join(config_prefix, '%s.ini' % socket.gethostname())
1788
required_config_params = {"DEFAULT": ["experiment_name"],
1789
"programs": ["text_editor",
1790
"text_editor_arguments",
@@ -1795,7 +1794,7 @@ def setup_config(self):
1795
1794
"analysislib"],
1796
"ports": ["lyse"]
1797
}
1798
- self.exp_config = LabConfig(config_path, required_config_params)
+ self.exp_config = LabConfig(required_params=required_config_params)
1799
1800
def connect_signals(self):
1801
if os.name == 'nt':
0 commit comments