updated regression.py to fix typos

This commit is contained in:
Sean-M 2013-05-20 17:56:39 -04:00
parent e66e905898
commit fe41e7a57c

View File

@ -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)