fixed alignement issues in the image generation
This commit is contained in:
@@ -6,7 +6,7 @@ from draw.Iinstruction import *
|
||||
|
||||
def nassi(filepath:str, output_path: str, gui):
|
||||
print('')
|
||||
NSD = NassiShneidermanDiagram(gui=gui)
|
||||
NSD = NassiShneidermanDiagram(gui.debug_mode)
|
||||
NSD.load_from_file(filepath)
|
||||
NSD.convert_to_image(output_path + "/Nassi-Shneider-Diagramm", 500)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user