Skip to content

Commit

Permalink
Attempt at fix for issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
DilanBoskan committed Nov 9, 2020
1 parent e3144bd commit 2344e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VocalRemover.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def start_conversion(self):
"""
# -Get all variables-
export_path = self.exportPath_var.get()
input_paths = self.inputPaths_var.get()
input_paths = list(self.inputPaths_var.get())
instrumentalModel_path = self.instrumentalLabel_to_path[self.instrumentalModel_var.get()] # nopep8
stackedModel_path = self.stackedLabel_to_path[self.stackedModel_var.get()] # nopep8
# Get constants
Expand Down

0 comments on commit 2344e40

Please sign in to comment.