test_sound
Theophile Terraz 2025-11-06 15:13:20 +01:00
parent d934b5e381
commit 02db91f3d7
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ class ResultsWindow(PamhyrWindow):
select_file="AnyFile", select_file="AnyFile",
callback=lambda f: self.export_to(f[0], x, y, envelop, solver_id), callback=lambda f: self.export_to(f[0], x, y, envelop, solver_id),
default_suffix=".csv", default_suffix=".csv",
file_filter=[self._dict["file_csv"]], file_filter=[self._trad["file_csv"]],
) )
def export_to(self, filename, x, y, envelop, solver_id): def export_to(self, filename, x, y, envelop, solver_id):