Skip to content

Commit 0680c14

Browse files
add comment
1 parent ef5ec7c commit 0680c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit0/harness/execution_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def exec_run_with_timeout(self, command: str) -> tuple[str, bool, float]:
196196
# return_code = self.sandbox.returncode
197197
# maybe use return_code for timeout info?
198198

199+
# copy over report.json from mount
199200
with (self.log_dir / "report.json").open("wb") as f:
200201
for data in vol.read_file("report.json"):
201202
f.write(data)

0 commit comments

Comments
 (0)