Skip to content

Commit 5ce5888

Browse files
committed
fix: post-processing default value fix
1 parent b926be7 commit 5ce5888

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

agentless/repair/repair.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,9 @@ def post_process_repair(args):
707707
else:
708708
git_diffs = ""
709709
raw_git_diffs = ""
710-
content = ""
710+
content = []
711+
edited_files = []
712+
new_contents = []
711713

712714
with open(args.output_file, "a") as f:
713715
f.write(

0 commit comments

Comments
 (0)