This commit is contained in:
oleting
2020-12-27 17:28:50 +01:00

View File

@@ -9,7 +9,7 @@ def nassi(filepath:str, output_path: str, gui, font_filepath: str=None):
if font_filepath: if font_filepath:
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 + "/Nassi-Shneider-Diagramm", 500) NSD.convert_to_image(output_path, 500)
def output(values): def output(values):
output_path = values['-OUTPUT FOLDER-'] output_path = values['-OUTPUT FOLDER-']