Skip to content

Commit

Permalink
fizx saveeing post process
Browse files Browse the repository at this point in the history
  • Loading branch information
martianbug committed Nov 28, 2023
1 parent 1bd9c76 commit 1598e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musif/process/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def save(
dest_path = str(dest_path)
if ft == "csv":
kwargs["index"] = False
getattr(self.data, ft)(dest_path + "_alldata" + "." + ext, **kwargs)
getattr(self.data, ft)(dest_path + "_alldata" + ext, **kwargs)

def _group_keys_modulatory(self) -> None:
self.data.update(
Expand Down

0 comments on commit 1598e02

Please sign in to comment.