Skip to content

Commit

Permalink
fix(dl): delete old file after repackage
Browse files Browse the repository at this point in the history
  • Loading branch information
retouching committed May 27, 2024
1 parent a95d32d commit 03e33ea
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

self.path.unlink()
self.path = output_path


Expand Down

0 comments on commit 03e33ea

Please sign in to comment.