[Input] Fix file name in error message for errors in surface mechanisms
This commit is contained in:
parent
1bb081d769
commit
cbe763836e
1 changed files with 1 additions and 1 deletions
|
|
@ -2221,7 +2221,7 @@ duplicate transport data) to be ignored.
|
||||||
parser.loadChemkinFile(surfaceFile, surface=True)
|
parser.loadChemkinFile(surfaceFile, surface=True)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logging.warning("\nERROR: Unable to parse '{0}' near line {1}:\n{2}\n".format(
|
logging.warning("\nERROR: Unable to parse '{0}' near line {1}:\n{2}\n".format(
|
||||||
inputFile, parser.line_number, err))
|
surfaceFile, parser.line_number, err))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if thermoFile:
|
if thermoFile:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue