Files
cantera/interfaces
band-a-prend 24599b86c1 [SCons] Fix 'KeyError' for ' --prefix=${python_prefix}'
The '.format()' method is applied after concatenation of two parts of string
in 'localenv.subst()' function so the '{python_prefix}' in the first sunstring
was assumed as 'format' mapping key instead of env variable '${python_prefix}'.

See early commit: https://github.com/Cantera/cantera/commit/582eb42
2020-03-24 17:56:42 -04:00
..