Skip to content

Commit

Permalink
Update kratos/python_scripts/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Bucher <[email protected]>
  • Loading branch information
rubenzorrilla and philbucher authored Jul 10, 2023
1 parent 52fd8cc commit 6734444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kratos/python_scripts/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def RemoveActiveStage(self, stage_name : str):

del self.__active_stages[stage_name]

def Save(self, save_folder_name : str, checkpoint_file_name : str, output_settings_file_name : str = None):
def Save(self, save_folder_name: Path, checkpoint_file_name: Path output_settings_file_name: Optional[Path] = None) -> None:
'''Saves the Project current status.'''

# Set the list of modules (Kratos and non-Kratos) that have been added up to current save
Expand Down

0 comments on commit 6734444

Please sign in to comment.