mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #3489 from esaunders/develop
Fix problem with Reports path.
This commit is contained in:
commit
b4a73dfb40
@ -489,7 +489,7 @@ def normalize_db_entry(line, files_table, vs_parts_table, vs_info_table, fs_info
|
|||||||
if 'BulkExtractor' in path or 'Smirk' in path:
|
if 'BulkExtractor' in path or 'Smirk' in path:
|
||||||
# chop off the last folder (which contains a date/time)
|
# chop off the last folder (which contains a date/time)
|
||||||
path = path[:path.rfind('\\')]
|
path = path[:path.rfind('\\')]
|
||||||
if '\\Reports\\AutopsyTestCase HTML Report' in path:
|
if 'Reports\\AutopsyTestCase HTML Report' in path:
|
||||||
path = 'Reports\\AutopsyTestCase HTML Report'
|
path = 'Reports\\AutopsyTestCase HTML Report'
|
||||||
|
|
||||||
if parent_id in files_table.keys():
|
if parent_id in files_table.keys():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user