Skip to content

Commit

Permalink
fix(dl): using original_path instead of self.path in repackage method
Browse files Browse the repository at this point in the history
  • Loading branch information
retouching committed Jun 3, 2024
1 parent 03e33ea commit 0542e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devine/core/tracks/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def _ffmpeg(extra_args: list[str] = None):
else:
raise

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


Expand Down

0 comments on commit 0542e89

Please sign in to comment.