From 63d07e3ea6aba63f6ecbd58403ccf9d365a870a4 Mon Sep 17 00:00:00 2001 From: oleting Date: Sun, 27 Dec 2020 21:26:54 +0100 Subject: [PATCH] + fix little bug --- gui/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/utils.py b/gui/utils.py index ebc5624..13d20aa 100644 --- a/gui/utils.py +++ b/gui/utils.py @@ -12,7 +12,7 @@ def nassi(filepath: str, output_path: str, outputname: str, gui, font_filepath: if font_filepath != None: NSD.set_font(font_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):