Skip to content

Commit

Permalink
Merge pull request #4023 from ArnaudBienner/patch-fix-log-typo
Browse files Browse the repository at this point in the history
Fix typo in log
  • Loading branch information
Szelethus authored Sep 28, 2023
2 parents fc04781 + 969e761 commit 6c952d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __get_report_hash_context_free(report: Report) -> List[str]:

if line_content == '' and \
not os.path.isfile(report.file.original_path):
LOG.error("Failed to include soruce line in the report hash.")
LOG.error("Failed to include source line in the report hash.")
LOG.error('%s does not exists!', report.file.original_path)

return [
Expand Down

0 comments on commit 6c952d7

Please sign in to comment.