Skip to content

Commit e280e91

Browse files
committed
get open issues
1 parent e55c652 commit e280e91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

qa/tools/apex_algorithm_qa_tools/test_failure_handler.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ def build_issue_body(scenario, logs, failure_count):
109109
### Technical Details
110110
111111
**PROCESS GRAPH:**
112-
f"```json\n"
113-
f"{scenario['process_graph']}\n"
114-
f"```\n\n"
112+
```json
113+
{json.dumps(scenario['process_graph'], indent=2)}
114+
```
115115
116116
**ERROR LOGS:**
117-
f"```plaintext\n"
118-
f"{logs}\n"
119-
f"```"
117+
```plaintext
118+
{logs}
119+
```
120120
121121
122122

0 commit comments

Comments
 (0)