Skip to content

Commit 6285930

Browse files
authored
Correct bug where preflights were not marked as completed by the container manager (#1026)
1 parent 69d64eb commit 6285930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dftimewolf/lib/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def RunPreflights(self) -> None:
493493
try:
494494
self._RunModuleSetUp(preflight, **new_args)
495495
self._RunModuleProcess(preflight)
496+
self._container_manager.CompleteModule(runtime_name)
496497
self._threading_event_per_module[runtime_name] = threading.Event()
497498
self._threading_event_per_module[runtime_name].set()
498499
finally:

0 commit comments

Comments
 (0)