Skip to content

Commit

Permalink
Fixed accidental return
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 18, 2023
1 parent 5a10955 commit 4bd2d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion karaoke_prep/karaoke_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def sanitize_filename(self, filename):
return filename

def separate_audio(self, audio_file, model_name, instrumental_path, vocals_path):
return
if audio_file is None or not os.path.isfile(audio_file):
raise Exception("Error: Invalid audio source provided.")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-prep"
version = "0.4.0"
version = "0.4.1"
description = "Prepare for karaoke video creation, by downloading audio and lyrics for a specified song or youtube playlist and separatung audio stems."
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
license = "MIT"
Expand Down

0 comments on commit 4bd2d12

Please sign in to comment.