changed error log attachment

This commit is contained in:
Sean-M 2013-02-21 16:59:04 -05:00
parent ceb3232d0a
commit 12c5fd6348

View File

@ -1610,11 +1610,11 @@ def execute_test():
failedbool = True
global errorem
errorem += "There were Autopsy errors.\n"
attachl.append(case.common_log)
for lm in logres:
errorem += lm
print(errorem)
if failedbool:
attachl.append(case.common_log)
attachl.insert(0, html.name)
send_email()
html.close()