From 8284bd1d70b35ef093f567cbbb1b904287630ba5 Mon Sep 17 00:00:00 2001 From: oleting Date: Tue, 22 Dec 2020 20:49:59 +0100 Subject: [PATCH] - debug --- to_nassi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_nassi.py b/to_nassi.py index 678caa4..f609eea 100644 --- a/to_nassi.py +++ b/to_nassi.py @@ -3,6 +3,6 @@ from Iinstruction import * def nassi(filepath): - NSD = NassiShneidermanDiagram(True) + NSD = NassiShneidermanDiagram(False) NSD.load_from_file(filepath) NSD.convert_to_image("Nassi-Shneider-Diagramm", 500) \ No newline at end of file