mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
changed error log attachment
This commit is contained in:
parent
ceb3232d0a
commit
12c5fd6348
@ -1610,11 +1610,11 @@ def execute_test():
|
|||||||
failedbool = True
|
failedbool = True
|
||||||
global errorem
|
global errorem
|
||||||
errorem += "There were Autopsy errors.\n"
|
errorem += "There were Autopsy errors.\n"
|
||||||
attachl.append(case.common_log)
|
|
||||||
for lm in logres:
|
for lm in logres:
|
||||||
errorem += lm
|
errorem += lm
|
||||||
print(errorem)
|
print(errorem)
|
||||||
if failedbool:
|
if failedbool:
|
||||||
|
attachl.append(case.common_log)
|
||||||
attachl.insert(0, html.name)
|
attachl.insert(0, html.name)
|
||||||
send_email()
|
send_email()
|
||||||
html.close()
|
html.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user