+ delete not needed code
This commit is contained in:
@@ -141,10 +141,7 @@ class Gui:
|
|||||||
values["-JAVA FOLDER-"],
|
values["-JAVA FOLDER-"],
|
||||||
)
|
)
|
||||||
output_path = values['-OUTPUT FOLDER-']
|
output_path = values['-OUTPUT FOLDER-']
|
||||||
if font_filepath is not None:
|
nassi(file_path, output_path, gui=self, font_filepath=str(font_filepath))
|
||||||
nassi(file_path, output_path, gui=self, font_filepath=font_filepath)
|
|
||||||
else:
|
|
||||||
nassi(file_path, output_path, gui=self)
|
|
||||||
|
|
||||||
fnames = output(values)
|
fnames = output(values)
|
||||||
window['-OUTPUT FILE LIST-'].update(fnames)
|
window['-OUTPUT FILE LIST-'].update(fnames)
|
||||||
|
|||||||
Reference in New Issue
Block a user