File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,8 @@ def write_data_to_log():
500500 # --------------------------------------------------------------------------
501501
502502 log = FileLogger (
503- write_header_fun = write_header_to_log , write_data_fun = write_data_to_log
503+ write_header_function = write_header_to_log ,
504+ write_data_function = write_data_to_log ,
504505 )
505506 log .signal_recording_started .connect (
506507 lambda filepath : window .qpbt_record .setText (
Original file line number Diff line number Diff line change @@ -474,7 +474,8 @@ def write_data_to_log():
474474 # --------------------------------------------------------------------------
475475
476476 log = FileLogger (
477- write_header_fun = write_header_to_log , write_data_fun = write_data_to_log
477+ write_header_function = write_header_to_log ,
478+ write_data_function = write_data_to_log ,
478479 )
479480 log .signal_recording_started .connect (
480481 lambda filepath : window .qpbt_record .setText (
You can’t perform that action at this time.
0 commit comments