mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixed python syntax
This commit is contained in:
parent
73d38769b9
commit
3125860f08
@ -403,7 +403,7 @@ def run_config_test(config_file):
|
||||
pid = subprocess.Popen(nxtproc,
|
||||
stdout=subprocess.PIPE)
|
||||
sys.exit()
|
||||
for img in images
|
||||
for img in images:
|
||||
run_test(img, 0 )
|
||||
else:
|
||||
for img in values:
|
||||
@ -1612,7 +1612,7 @@ def send_email():
|
||||
global errorem
|
||||
global attachl
|
||||
global html
|
||||
if(not args.config)
|
||||
if(not args.config):
|
||||
sys.exit()
|
||||
element = parsed.getElementsByTagName("email")[0]
|
||||
toval = element.getAttribute("value").encode().decode("utf-8")
|
||||
|
Loading…
x
Reference in New Issue
Block a user