diff --git a/modules/common/file_ensurer.py b/modules/common/file_ensurer.py index 2ec7656..0034c71 100644 --- a/modules/common/file_ensurer.py +++ b/modules/common/file_ensurer.py @@ -235,7 +235,7 @@ def modified_create_file(file_path:str, content_to_write:str) -> bool: ##--------------------start-of-standard_overwrite_file()------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @staticmethod - def standard_overwrite_file(file_path:str, content_to_write:str, omit:bool = False) -> None: + def standard_overwrite_file(file_path:str, content_to_write:str, omit:bool = True) -> None: """