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
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user