Skip to content

Commit

Permalink
[yaml2ck] Fix NoneType attribute error from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and ischoegl committed Jul 11, 2022
1 parent 496a93a commit f62d439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/cython/cantera/yaml2ck.py
Expand Up @@ -650,6 +650,7 @@ def main():
"phase listed in the input file will be loaded."
),
metavar="PHASE",
default="",
)

parser.add_argument(
Expand Down

0 comments on commit f62d439

Please sign in to comment.