test commit
This commit is contained in:
@@ -39,7 +39,7 @@ class NassiShneidermanDiagram:
|
|||||||
if line and not re.match(r"""^//|^#|^COMMENT|^--""", line):
|
if line and not re.match(r"""^//|^#|^COMMENT|^--""", line):
|
||||||
lines.append(line)
|
lines.append(line)
|
||||||
except:
|
except:
|
||||||
logging.error(f"Failed to open input path {filepath}!")
|
logging.error(f"Failed to open input file {filepath}!")
|
||||||
|
|
||||||
return lines
|
return lines
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user