mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed continuation call when building projects
This commit is contained in:
parent
2a85d48489
commit
67fec845c0
@ -401,7 +401,9 @@ def run_config_test(config_file):
|
||||
antBuild("autopsy", True)
|
||||
print("starting process")
|
||||
pid = subprocess.Popen(nxtproc,
|
||||
stdout=subprocess.PIPE)
|
||||
stdout = subprocess.PIPE,
|
||||
stdin = subprocess.PIPE,
|
||||
stderr = subprocess.PIPE)
|
||||
sys.exit()
|
||||
for img in images:
|
||||
run_test(img, 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user