From b355ae272793b0833d799deeb8b563ae831c4f9e Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:40:30 +0000 Subject: [PATCH] Update cylc/flow/simulation.py Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- cylc/flow/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/flow/simulation.py b/cylc/flow/simulation.py index 3b737eec642..c8d91c93356 100644 --- a/cylc/flow/simulation.py +++ b/cylc/flow/simulation.py @@ -75,7 +75,7 @@ def __init__( self, itask: 'TaskProxy', db_mgr: 'WorkflowDatabaseManager', - rtconfig + rtconfig: Dict[str, Any] ): # itask.summary['started_time'] and mode_settings.timeout need