Skip to content

Commit

Permalink
Fixed problem with options for subflowchart.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Jun 3, 2024
1 parent 39376bb commit b63f089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thermal_conductivity_step/thermal_conductivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def create_parser(self):
parser_name = "thermal-conductivity-step"
parser = seamm_util.getParser()

self.subflowchart._parser = self.flowchart._parser

# Remember if the parser exists ... this type of step may have been
# found before
parser_exists = parser.exists(parser_name)
Expand Down

0 comments on commit b63f089

Please sign in to comment.