Skip to content

Commit

Permalink
again fix bug in execution setup
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Feb 19, 2024
1 parent c87853d commit 5176e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiflow/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def parse_config(yaml_dict: dict):
launcher = SimpleLauncher()
_container_dict = None
else:
_container_dict = _dict.pop("container", None)
_container_dict = _dict.pop("container", container_dict)
assert _container_dict is not None
launcher = ContainerizedLauncher(
**_container_dict,
Expand Down

0 comments on commit 5176e6b

Please sign in to comment.