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 os.path.exists(filepath + ".png"):
|
||||||
if behavoiur == OB.SKIP:
|
if behavoiur == OB.SKIP:
|
||||||
return None
|
return None
|
||||||
elif behavoiur == OB.OVERWWRITE:
|
elif behavoiur == OB.OVERWRITE:
|
||||||
return filepath
|
return filepath
|
||||||
else:
|
else:
|
||||||
while os.path.exists(filepath+".png"):
|
while os.path.exists(filepath+".png"):
|
||||||
|
|||||||
Reference in New Issue
Block a user