Skip to content

Commit

Permalink
Temp exception for incorrect VirusTotal data (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Oct 27, 2024
1 parent 32f18a5 commit c84af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/upd05_group_by_filename.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def update_file_info(existing_file_info, new_file_info, new_file_info_source):
# temp {
sha256 = new_file_info.get('sha256')
if sha256 in [
'8b9143929b8ba9e187c40c11497763eaf0788b1a04c48f9db844557b08c227fa',
'f0b5662d857b6a201d89094ccd0eb1b9fcfa56b4c89211c0099189c6f4ca8509',
]:
assert sha256 == existing_file_info['sha256']
if new_file_info == existing_file_info:
Expand Down

0 comments on commit c84af37

Please sign in to comment.