+ fix fatal error by @weckyy

This commit is contained in:
oleting
2020-12-27 17:51:01 +01:00
parent ed0a480556
commit 7762ffdae4
2 changed files with 8 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ class Gui:
)
output_path = values['-OUTPUT FOLDER-']
nassi(file_path, output_path, gui=self,
font_filepath=str(font_filepath))
font_filepath=font_filepath)
fnames = output(values)
window['-OUTPUT FILE LIST-'].update(fnames)