mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
updated regression.py to fix typos
This commit is contained in:
parent
e66e905898
commit
fe41e7a57c
@ -449,7 +449,7 @@ def retrieve_data(data_file, autopsy_con,autopsy_db_file):
|
||||
attachl.append(autopsy_db_file)
|
||||
appnd = True
|
||||
try:
|
||||
database_log.write('<attribute source = "' + attr[0] + 'type = "' + attr[1] + '" value = "')
|
||||
database_log.write('<attribute source = "' + attr[0] + '" type = "' + attr[1] + '" value = "')
|
||||
inpval = attr[val]
|
||||
if((type(inpval) != 'unicode') or (type(inpval) != 'str')):
|
||||
inpval = str(inpval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user