Merge branch '0.2' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into 0.2
This commit is contained in:
@@ -50,7 +50,7 @@ class NassiShneidermanDiagram:
|
||||
if os.path.exists(filepath + ".png"):
|
||||
if behavoiur == OB.SKIP:
|
||||
return None
|
||||
elif behavoiur == OB.OVERWWRITE:
|
||||
elif behavoiur == OB.OVERWRITE:
|
||||
return filepath
|
||||
else:
|
||||
while os.path.exists(filepath+".png"):
|
||||
|
||||
Reference in New Issue
Block a user