Skip to content

Commit

Permalink
Update kratos/python_scripts/multistage_orchestrators/multistage_orch…
Browse files Browse the repository at this point in the history
…estrator.py

Co-authored-by: Philipp Bucher <[email protected]>
  • Loading branch information
rubenzorrilla and philbucher authored Jul 10, 2023
1 parent 6734444 commit f3d34e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit f3d34e1

Please sign in to comment.