Skip to content

Commit

Permalink
run_recipe: register YAML constructors from yaml_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hagau committed Aug 26, 2024
1 parent 8afa685 commit eba1f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
import transforms
import exporters
import plots
import yaml_helper

# ---

Expand Down Expand Up @@ -599,6 +600,7 @@ def main():
exporters.register_jsonpickle_handlers()

# register constructors for all YAML objects
yaml_helper.register_constructors()
extractors.register_constructors()
transforms.register_constructors()
exporters.register_constructors()
Expand Down

0 comments on commit eba1f81

Please sign in to comment.