Skip to content

Commit

Permalink
fix output on cut_song
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Dec 27, 2024
1 parent 18e5647 commit 6c57fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycrossfade/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def cut_song(

assert from_downbeat < to_downbeat
filepath = config.BASE_AUDIO_DIRECTORY+filepath
output = config.BASE_AUDIO_DIRECTORY+output
s = Song(filepath)
dbeats = s.get_downbeats()

Expand Down

0 comments on commit 6c57fce

Please sign in to comment.