Skip to content

Commit 4def0b8

Browse files
committedAug 5, 2017
Merged in PhyNerd/lyse/labconfig (pull request labscript-suite#25)
Labconfig Approved-by: Chris Billington <chrisjbillington@gmail.com>
2 parents 006bdf0 + 02a1795 commit 4def0b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎__main__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,6 @@ def __init__(self):
17841784
# self.ui.showMaximized()
17851785

17861786
def setup_config(self):
1787-
config_path = os.path.join(config_prefix, '%s.ini' % socket.gethostname())
17881787
required_config_params = {"DEFAULT": ["experiment_name"],
17891788
"programs": ["text_editor",
17901789
"text_editor_arguments",
@@ -1795,7 +1794,7 @@ def setup_config(self):
17951794
"analysislib"],
17961795
"ports": ["lyse"]
17971796
}
1798-
self.exp_config = LabConfig(config_path, required_config_params)
1797+
self.exp_config = LabConfig(required_params=required_config_params)
17991798

18001799
def connect_signals(self):
18011800
if os.name == 'nt':

0 commit comments

Comments
 (0)