Skip to content

Fix the location of error in perf csv update:#13

Merged
gargrahul merged 1 commit intomainfrom
coketaste/debug
Jul 14, 2025
Merged

Fix the location of error in perf csv update:#13
gargrahul merged 1 commit intomainfrom
coketaste/debug

Conversation

@coketaste
Copy link
Copy Markdown
Collaborator

Changed: row = common_info_json to row = common_info_json.copy() This ensures each iteration gets its own independent copy of the common_info_json dictionary, preventing the accumulation of keys across iterations.

Changed: row = common_info_json to row = common_info_json.copy()
This ensures each iteration gets its own independent copy of the common_info_json dictionary, preventing the accumulation of keys across iterations.
@coketaste coketaste self-assigned this Jul 8, 2025
@coketaste coketaste marked this pull request as ready for review July 8, 2025 13:08
@gargrahul gargrahul merged commit 43d3785 into main Jul 14, 2025
@coketaste coketaste deleted the coketaste/debug branch April 9, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants