mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated comment
This commit is contained in:
parent
81ec9ea113
commit
75c258d22e
@ -467,8 +467,8 @@ def normalize_db_entry(line, files_table, vs_parts_table, vs_info_table, fs_info
|
||||
|
||||
# Ignore TIFF size and hash if extracted from PDFs.
|
||||
# See JIRA-6951 for more details.
|
||||
# index: -1 = last element in the list, which is extension
|
||||
# index: -3 = 3rd from the end, which is the parent path.
|
||||
# index -1 = last element in the list, which is extension
|
||||
# index -3 = 3rd from the end, which is the parent path.
|
||||
if fields_list[-1] == "'tif'" and fields_list[-3].endswith(".pdf/'"):
|
||||
fields_list[15] = "'SIZE_IGNORED'"
|
||||
fields_list[23] = "'MD5_IGNORED'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user