Skip to content

Commit

Permalink
Initialize ert config with plugins when starting webviz ert
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Nov 19, 2024
1 parent d07a7e7 commit c5adeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_webviz_ert(args: Namespace, _: Optional[ErtPluginManager] = None) -> Non
) from err

kwargs: Dict[str, Any] = {"verbose": args.verbose}
ert_config = ErtConfig.from_file(args.config)
ert_config = ErtConfig.with_plugins().from_file(args.config)
os.chdir(ert_config.config_path)
ens_path = ert_config.ens_path

Expand Down

0 comments on commit c5adeda

Please sign in to comment.