mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
db07da4a0e
@ -305,7 +305,7 @@ def replace_id(line, table):
|
|||||||
try:
|
try:
|
||||||
path = table[int(obj_id)]
|
path = table[int(obj_id)]
|
||||||
parent_path = table[int(parent_id)]
|
parent_path = table[int(parent_id)]
|
||||||
newLine = ('INSERT INTO "tsk_objects" VALUES(' + path + ', ' + parent_path + ', '.join(fields_list[2:]) + ');')
|
newLine = ('INSERT INTO "tsk_objects" VALUES(' + path + ', ' + parent_path + ', ' + ', '.join(fields_list[2:]) + ');')
|
||||||
return newLine
|
return newLine
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# objects table has things that aren't files. if lookup fails, don't replace anything.
|
# objects table has things that aren't files. if lookup fails, don't replace anything.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user