From cef0fd69c6884de92b55272c4488ab6578d36e15 Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 14:53:01 +0100 Subject: [PATCH] + test --- gui/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/utils.py b/gui/utils.py index 291a230..f3b84fc 100644 --- a/gui/utils.py +++ b/gui/utils.py @@ -5,6 +5,7 @@ from draw.Iinstruction import * def nassi(filepath:str, output_path: str, gui): + print('') NSD = NassiShneidermanDiagram(gui=gui) NSD.load_from_file(filepath) NSD.convert_to_image(output_path + "/Nassi-Shneider-Diagramm", 500)