Attempt at fix for issue #19

This commit is contained in:
Dilan Boskan 2020-11-09 22:58:58 +01:00 committed by GitHub
parent e3144bd8ce
commit 2344e40db7

View File

@ -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