From 75c258d22e36932bc8eb42ddda3a67e7dc61c333 Mon Sep 17 00:00:00 2001 From: "U-BASIS\\dsmyda" Date: Wed, 11 Nov 2020 19:57:47 -0500 Subject: [PATCH] Updated comment --- test/script/tskdbdiff.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/script/tskdbdiff.py b/test/script/tskdbdiff.py index 856a46b658..e202c3e111 100644 --- a/test/script/tskdbdiff.py +++ b/test/script/tskdbdiff.py @@ -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'"