Skip to content

Commit

Permalink
Print fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Rusia committed Oct 31, 2024
1 parent 2eb7465 commit e60755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcgw/client/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def file_edit(file_edit: FileEditFindReplace) -> str:
in_string = "\n".join(
"< " + line for line in file_edit.replace_with_lines.split("\n")
)
console.log(f"Editing file: {path_}---\n{out_string}\n---{in_string}\n---")
console.log(f"Editing file: {path_}\n---\n{out_string}\n---\n{in_string}\n---")
try:
with open(path_) as f:
content = f.read()
Expand Down

0 comments on commit e60755b

Please sign in to comment.