From 7c6ef9d3c4676ee45589624bffe25dfb5a25b88a Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 29 Oct 2014 23:32:01 +0000 Subject: [PATCH] [ck2cti] Eliminate trailing whitespace in species list --- interfaces/cython/cantera/ck2cti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cython/cantera/ck2cti.py b/interfaces/cython/cantera/ck2cti.py index c573defc6..1bf24e5c1 100644 --- a/interfaces/cython/cantera/ck2cti.py +++ b/interfaces/cython/cantera/ck2cti.py @@ -1736,7 +1736,7 @@ class Parser(object): speciesNames.append(' '*21) speciesNames[-1] += '{0:{1}s}'.format(s.label, speciesNameLength+2) - speciesNames = '\n'.join(speciesNames).strip() + speciesNames = '\n'.join(line.rstrip() for line in speciesNames) lines = []