Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main
This commit is contained in:
@@ -33,10 +33,4 @@ def output(values):
|
||||
|
||||
|
||||
def file_there(file):
|
||||
try:
|
||||
open((file + '.png'))
|
||||
return True
|
||||
except FileNotFoundError:
|
||||
return False
|
||||
except:
|
||||
raise
|
||||
return os.path.exists(str(file))
|
||||
|
||||
Reference in New Issue
Block a user