mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
7327 remove extra space for consistancy in output
This commit is contained in:
parent
ea48e69943
commit
413cc4b71f
@ -586,7 +586,7 @@ def normalize_db_entry(line, files_table, vs_parts_table, vs_info_table, fs_info
|
|||||||
parent_path = re.sub('regripper\-[0-9]+\-full', 'regripper-full', parent_path)
|
parent_path = re.sub('regripper\-[0-9]+\-full', 'regripper-full', parent_path)
|
||||||
return newLine + path + ', ' + parent_path + ', ' + ', '.join(fields_list[2:]) + ');'
|
return newLine + path + ', ' + parent_path + ', ' + ', '.join(fields_list[2:]) + ');'
|
||||||
else:
|
else:
|
||||||
return newLine + '"OBJECT IDS OMITTED" , ' + ', '.join(fields_list[2:]) + ');' #omit parent object id and object id when we cant annonymize them
|
return newLine + '"OBJECT IDS OMITTED", ' + ', '.join(fields_list[2:]) + ');' #omit parent object id and object id when we cant annonymize them
|
||||||
# remove time-based information, ie Test_6/11/14 -> Test
|
# remove time-based information, ie Test_6/11/14 -> Test
|
||||||
elif report_index:
|
elif report_index:
|
||||||
fields_list[1] = "AutopsyTestCase"
|
fields_list[1] = "AutopsyTestCase"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user