From f3d34e116f7edc902cc416345f2aee62598f9748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Zorrilla?= Date: Mon, 10 Jul 2023 11:26:58 +0200 Subject: [PATCH] Update kratos/python_scripts/multistage_orchestrators/multistage_orchestrator.py Co-authored-by: Philipp Bucher --- .../multistage_orchestrators/multistage_orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kratos/python_scripts/multistage_orchestrators/multistage_orchestrator.py b/kratos/python_scripts/multistage_orchestrators/multistage_orchestrator.py index 5e0aa98ac544..30b982d4edf6 100644 --- a/kratos/python_scripts/multistage_orchestrators/multistage_orchestrator.py +++ b/kratos/python_scripts/multistage_orchestrators/multistage_orchestrator.py @@ -22,7 +22,7 @@ def __init__(self, project : Project) -> None: # Store pointer to current project # Note that the project already contains the multistage simulation settings - self.__project = project + self.__project: Project = project def Run(self): """Main function that runs the complete multistage simulation."""