Skip to content

Commit

Permalink
Update patch_apply.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpw96 authored Jul 1, 2024
1 parent 1d92d9e commit 5ee411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio-scripts/patch_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def replaceInFile(in_file, out_file, text, subs, flags=0):
"""Function for replacing content for the given file."""

if os.path.exists(in_file):
#read the file contents
# read the file contents
with open(in_file, "r", encoding="utf-8") as infile:
file_contents = infile.read()

Expand Down

0 comments on commit 5ee411f

Please sign in to comment.