Skip to content

Commit

Permalink
feat:comment: why it must not be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Sep 9, 2024
1 parent fede08e commit 1452dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lean/components/util/json_modules_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def build_and_configure_modules(target_modules: List[str], module_list: List[Jso
for target_module_name in target_modules:
module = non_interactive_config_build_for_name(lean_config, target_module_name, module_list, properties,
logger, environment_name)
# Ensures extra modules (not brokerage or data feeds) are installed.
module.ensure_module_installed(organization_id, module_version)
lean_config["environments"][environment_name].update(module.get_settings())

Expand Down

0 comments on commit 1452dad

Please sign in to comment.