Skip to content
Snippets Groups Projects
Commit 0c112b7b authored by Martin's avatar Martin
Browse files

removed default value from content in save state to file funciton

parent 8b9c97cb
No related branches found
No related tags found
1 merge request!24Fixed save_state_to_file
Pipeline #132083 failed
......@@ -116,7 +116,7 @@ class Module:
"""
print(self.name)
def _helper_save_state_to_file(self, file_path: str, content="") -> bool:
def _helper_save_state_to_file(self, file_path: str, content: str) -> bool:
"""
Tries to save the content to a given file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment