Skip to content

Commit

Permalink
Update standard_overwrite_file() to set omit parameter to True by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
Bikatr7 committed Dec 28, 2023
1 parent 2d7d1f0 commit 30cda18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/file_ensurer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:

"""
Expand Down

0 comments on commit 30cda18

Please sign in to comment.