Skip to content

Commit

Permalink
add flat=False to process step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Nov 7, 2023
1 parent 752c934 commit bb0720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hyperon/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ def custom_env(working_dir = None, config_dir = None, create_config = False, dis
hp.env_builder_set_is_test(True)
for path in reversed(include_paths):
hp.env_builder_add_include_path(builder, path)
return builder
return builder

0 comments on commit bb0720e

Please sign in to comment.