diff --git a/Model/read_table_for_open.py b/Model/read_table_for_open.py index 85220d0..a748c1a 100644 --- a/Model/read_table_for_open.py +++ b/Model/read_table_for_open.py @@ -113,6 +113,7 @@ class ReadTableForOpen: stg.filename_BS_raw_data.append( str(data[1]) + '.aqa' ) + stg.path_BS_raw_data.append("") stg.ABS_name.append(data[2]) stg.path_BS_noise_data.append(data[3]) stg.filename_BS_noise_data.append(data[4])