Skip to content

Commit

Permalink
Add exception to log (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: hoangtungdinh <[email protected]>
  • Loading branch information
hoangtungdinh committed Sep 25, 2024
1 parent c388edd commit b7b90de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qc_openscenario/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def execute_checker(
constants.BUNDLE_NAME, checker.CHECKER_ID, f"Error: {str(e)}."
)

logging.exception(f"An error occurred in {checker.CHECKER_ID}.")


def run_checks(config: Configuration, result: Result) -> None:
checker_data = models.CheckerData(
Expand Down

0 comments on commit b7b90de

Please sign in to comment.