Skip to content

Commit

Permalink
Use more compatible line break for confluence.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed Sep 5, 2023
1 parent f67d6b5 commit 8a42c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def run(self, model_file: Union[List[str], str]):

if stage == 'infer' and self.cfg['dump_infer']:
self.infer_dict['result'] = 'Pass' if judge else 'Fail'
self.infer_dict['remark'] = result.replace('\n', '<br>')
self.infer_dict['remark'] = result.replace('\n', '<br/>')
dump_dict_to_json(self.infer_dict, self.infer_file)
if not judge:
if test_utils.in_ci():
Expand Down

0 comments on commit 8a42c16

Please sign in to comment.