From ee59f1d553e9a846be48f9130e805cd2e9c3cf3c Mon Sep 17 00:00:00 2001 From: Anatoly Belikov Date: Mon, 30 Oct 2023 12:41:20 +0300 Subject: [PATCH] add flat=False to process step by step --- python/hyperon/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hyperon/runner.py b/python/hyperon/runner.py index 53a2c2122..cedd7fc80 100644 --- a/python/hyperon/runner.py +++ b/python/hyperon/runner.py @@ -249,4 +249,4 @@ def custom_env(working_dir = None, config_dir = None, disable_config = False, is 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 \ No newline at end of file