Skip to content

Commit e525e17

Browse files
committed
another small bug in execution setup
1 parent 37c74ed commit e525e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psiflow/execution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def parse_config(yaml_dict: dict):
231231
launcher = SimpleLauncher()
232232
_container_dict = None
233233
else:
234-
_container_dict = yaml_dict.get("container", container_dict)
234+
_container_dict = _dict.get("container", container_dict)
235235
assert _container_dict is not None
236236
launcher = ContainerizedLauncher(
237237
**_container_dict,

0 commit comments

Comments
 (0)