Skip to content
Snippets Groups Projects
Commit c9d3990c authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

ini file importing should be tested at the end

parent 11e9e3ea
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,9 @@ def on_start_clicked(b):
ini.disabled = False
return # just to be sure
# This should be tested at the end.
# After the ini files have been created
"""
def on_ini_clicked(b):
with output:
clear_output()
......@@ -649,10 +651,7 @@ def on_ini_clicked(b):
third_page[0,0].value = measurement_mode
third_page[0,1].value = get_integration(sections)
"""
start.on_click(on_start_clicked)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment