Skip to content

Commit 2fca016

Browse files
committed
roll back json
1 parent e280e91 commit 2fca016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qa/tools/apex_algorithm_qa_tools/test_failure_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def build_issue_body(scenario, logs, failure_count):
9494
return f"""
9595
## Benchmark Failure: {scenario['id']}
9696
97-
9897
**Scenario ID**: {scenario['id']}
9998
**Backend System**: {scenario['backend']}
10099
**Failure Count**: {failure_count}
@@ -110,7 +109,7 @@ def build_issue_body(scenario, logs, failure_count):
110109
111110
**PROCESS GRAPH:**
112111
```json
113-
{json.dumps(scenario['process_graph'], indent=2)}
112+
{scenario['process_graph']}
114113
```
115114
116115
**ERROR LOGS:**

0 commit comments

Comments
 (0)