Skip to content

Commit 1598e02

Browse files
committed
fizx saveeing post process
1 parent 1bd9c76 commit 1598e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

musif/process/processor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def save(
267267
dest_path = str(dest_path)
268268
if ft == "csv":
269269
kwargs["index"] = False
270-
getattr(self.data, ft)(dest_path + "_alldata" + "." + ext, **kwargs)
270+
getattr(self.data, ft)(dest_path + "_alldata" + ext, **kwargs)
271271

272272
def _group_keys_modulatory(self) -> None:
273273
self.data.update(

0 commit comments

Comments
 (0)