fixed font handling

This commit is contained in:
weckyy702
2020-12-27 16:51:57 +01:00
parent 2a33b6e90d
commit 8f3fb62186
2 changed files with 4 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ import os
from interpreter.NassiShneidermann import NassiShneidermanDiagram
from draw.Iinstruction import *
def nassi(filepath:str, output_path: str, gui, font_filepath: str=None):
NSD = NassiShneidermanDiagram(gui.debug_mode)
if font_filepath: