Skip to content

Commit e504b40

Browse files
committed
cursor comment
1 parent ac90fdb commit e504b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def update_row_with_remote_trace(
181181

182182
preserved_extra = row.execution_metadata.extra
183183

184-
row.execution_metadata = remote_row.execution_metadata
184+
row.execution_metadata = remote_row.execution_metadata.model_copy(deep=True)
185185

186186
if preserved_extra:
187187
if row.execution_metadata.extra:

0 commit comments

Comments
 (0)