FEM: code formating, make flake8 not complaining about non existing variable
This commit is contained in:
committed by
Yorik van Havre
parent
86895f2bdd
commit
4363a1a6b4
@@ -59,6 +59,7 @@ def read_inp(file_name):
|
||||
f = pyopen(file_name, "r")
|
||||
line = "\n"
|
||||
include = ""
|
||||
f_include = None
|
||||
while line != "":
|
||||
if include:
|
||||
line = f_include.readline()
|
||||
|
||||
Reference in New Issue
Block a user