Skip to content

Commit

Permalink
Update pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored May 22, 2024
1 parent 306af9e commit 24ecbcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def replace_text_in_files(self, root_dir: Path, old_text: str, new_text: str) ->
with open(filepath, "r", encoding="utf-8") as file:
content = file.read()

# Replace the text
new_content = content.replace(old_text, new_text)

if new_content != content:
Expand Down

0 comments on commit 24ecbcc

Please sign in to comment.