From 8665eda3c1b8f359438b3fef3e5d75ab9641c702 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 16 Sep 2019 18:15:50 -0400 Subject: [PATCH] [Input] Fix error message for unrecognized section in ck2yaml --- interfaces/cython/cantera/ck2yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cython/cantera/ck2yaml.py b/interfaces/cython/cantera/ck2yaml.py index d41a3bcbe..885ec906c 100644 --- a/interfaces/cython/cantera/ck2yaml.py +++ b/interfaces/cython/cantera/ck2yaml.py @@ -1726,7 +1726,7 @@ class Parser: line, comment = readline() elif line.strip(): - raise InputError('Section starts with unrecognized keyword', + raise InputError('Section starts with unrecognized keyword' '\n"""\n{}\n"""', line.rstrip()) if advance: