We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb752a commit 908a2ccCopy full SHA for 908a2cc
interfaces/cython/cantera/cti2yaml.py
@@ -1152,7 +1152,7 @@ def get_yaml(self, out):
1152
else:
1153
out['reactions'] = [BlockMap([(r[0], r[1])]) for r in self.reactions]
1154
1155
- if self.transport:
+ if self.transport and self.transport != 'None':
1156
out['transport'] = _newNames[self.transport]
1157
1158
if self.comment:
0 commit comments