Skip to content

Commit

Permalink
add the missing quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
12Chao committed Sep 1, 2020
1 parent b7f5ae8 commit 08e00d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/ck2yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ class InputError(Exception):
the exceptional behavior.
"""
def __init__(self, message, *args, **kwargs):
message += ("\nPlease check https://cantera.org/
"tutorials/ck2yaml-tutorial.html#debugging-common-errors-in-ck-files
message += ("\nPlease check https://cantera.org/"
"tutorials/ck2yaml-tutorial.html#debugging-common-errors-in-ck-files"
"\nfor the correct Chemkin syntax.")
if args or kwargs:
super().__init__(message.format(*args, **kwargs))
Expand Down

0 comments on commit 08e00d1

Please sign in to comment.