Skip to content

Commit

Permalink
fix logger call
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan-deepsource committed Sep 13, 2024
1 parent e0f3e9c commit 83fbc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sarif-parser/src/sarif_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def parse(

logger.info(
"Total issues in SARIF report: %s. \n"
"Issues extracted for the run in files sent for analysis: %s",
"Sanitized issues count with IDs in issue map: %s",
"Issues extracted for the run in files sent for analysis: %s. \n"
"Sanitized issues count with IDs in issue map: %s.",
total_report_issues,
len(deepsource_issues),
issue_count_in_issues_map,
Expand Down

0 comments on commit 83fbc9b

Please sign in to comment.