Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 3, 2023
1 parent c26c8f0 commit ad2c650
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def __get_report_hash_path_sensitive(report: Report) -> List[str]:
LOG.error("Failed to generate report hash. %s does not exists!",
report.file.original_path)

assert line_content == ''

hash_content = [report.file.name,
report.checker_name,
report.static_message,
Expand Down Expand Up @@ -185,7 +187,6 @@ def get_report_hash(report: Report, hash_type: HashType) -> str:
raise Exception("Invalid report hash type: " + str(hash_type))

print(hash_content)
assert False

return __str_to_hash('|||'.join(hash_content))

Expand Down

0 comments on commit ad2c650

Please sign in to comment.