Skip to content

Commit

Permalink
Remove stray error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kilicomu committed Aug 3, 2021
1 parent a1f806b commit 283e1b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/mech_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def convert(input_file, mech_dir, mcm_dir):
# This code only executes if the break is NOT called, i.e. if the loop runs to completion without the RO2 being
# found in the species list
else:
error_message = ' ****** Warning: RO2 species "' + str(ro2List_i.strip()) + '" NOT found in the mechanism. Please check the RO2 section of your mechansm file for incorrect species names! ******'
error_message = ''.join([
' ****** ',
'Error: RO2 species "',
Expand Down

0 comments on commit 283e1b6

Please sign in to comment.