Skip to content

Commit

Permalink
fix(dl): delete old file after repackage (#114)
Browse files Browse the repository at this point in the history
* fix(dl): delete old file after repackage

* fix(dl): using original_path instead of self.path in repackage method
  • Loading branch information
retouching committed Jun 3, 2024
1 parent a95d32d commit 09eda16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devine/core/tracks/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ def _ffmpeg(extra_args: list[str] = None):
else:
raise

original_path.unlink()
self.path = output_path


Expand Down

0 comments on commit 09eda16

Please sign in to comment.