Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: hoangtungdinh <[email protected]>
  • Loading branch information
hoangtungdinh committed Sep 16, 2024
1 parent 4481b7d commit 46976fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qc_openscenario/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def execute_checker(
)

checker_data.result.add_checker_summary(
constants.BUNDLE_NAME, checker.CHECKER_ID, str(e)
constants.BUNDLE_NAME, checker.CHECKER_ID, f"Error: {str(e)}. "
)


Expand Down

0 comments on commit 46976fd

Please sign in to comment.