Skip to content

Commit

Permalink
Temp exception for incorrect VirusTotal data (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Oct 28, 2024
1 parent c84af37 commit 0bf1bce
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 [
'f0b5662d857b6a201d89094ccd0eb1b9fcfa56b4c89211c0099189c6f4ca8509',
'f7b07d24b4e791a703f94d554c7fddd78b67ebcadeb190cac9fffe98e964c1b5',
]:
assert sha256 == existing_file_info['sha256']
if new_file_info == existing_file_info:
Expand Down

0 comments on commit 0bf1bce

Please sign in to comment.