This commit is contained in:
oleting
2020-12-27 20:24:40 +01:00
parent 616dd414fc
commit f5ba06cb89
2 changed files with 15 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ def output(values):
def file_there(file):
try:
open((file + '.png'))
return False
except FileNotFoundError:
return True
except:
except FileNotFoundError:
return False
except:
raise