mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-24 15:30:11 +01:00
Attempt at fix for issue #19
This commit is contained in:
parent
e3144bd8ce
commit
2344e40db7
@ -620,7 +620,7 @@ class MainWindow(TkinterDnD.Tk):
|
||||
"""
|
||||
# -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
|
||||
|
Loading…
Reference in New Issue
Block a user