test commit

This commit is contained in:
weckyy702
2020-12-21 11:01:21 +01:00
parent e90540bc2a
commit 6587da8924

View File

@@ -39,7 +39,7 @@ class NassiShneidermanDiagram:
if line and not re.match(r"""^//|^#|^COMMENT|^--""", line):
lines.append(line)
except:
logging.error(f"Failed to open input path {filepath}!")
logging.error(f"Failed to open input file {filepath}!")
return lines