+ fix little bug

This commit is contained in:
oleting
2020-12-27 21:26:54 +01:00
parent e14c3eb81c
commit 63d07e3ea6

View File

@@ -12,7 +12,7 @@ def nassi(filepath: str, output_path: str, outputname: str, gui, font_filepath:
if font_filepath != None: if font_filepath != None:
NSD.set_font(font_filepath) NSD.set_font(font_filepath)
NSD.load_from_file(filepath) NSD.load_from_file(filepath)
NSD.convert_to_image((output_path + outputname), 500) NSD.convert_to_image((output_path + '/' + outputname), 500)
def output(values): def output(values):