diff --git a/View/mainwindow.py b/View/mainwindow.py index a11c1bf..988ae5e 100644 --- a/View/mainwindow.py +++ b/View/mainwindow.py @@ -289,9 +289,9 @@ class Ui_MainWindow(object): exec("DataFrame_acoustic_" + str(i) + ".to_csv(" + "path_or_buf=" + - " '/home/bmoudjed/Documents/3 SSC acoustic meas project/Graphical interface project/Table_" + + "'" + name + "/" + "Table_" + str(stg.filename_BS_raw_data[i][:-4]) + ".csv'" + ", " + - "sep=" + " ',' " + ", " + + "sep=" + "',' " + ", " + "header=DataFrame_acoustic_" + str(i) + ".columns" + ")") t1 = time.time() - t0