Wait for subprocess to finish
This commit is contained in:
parent
fbd8da6d40
commit
80650edb4d
@ -666,6 +666,7 @@ class S390(object):
|
|||||||
|
|
||||||
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
|
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
|
||||||
stdout=subprocess.PIPE)
|
stdout=subprocess.PIPE)
|
||||||
|
p.wait()
|
||||||
|
|
||||||
# add cdboot.img to treeinfo
|
# add cdboot.img to treeinfo
|
||||||
data = {"cdboot.img": joinpaths(IMAGESDIR, "cdboot.img")}
|
data = {"cdboot.img": joinpaths(IMAGESDIR, "cdboot.img")}
|
||||||
|
Loading…
Reference in New Issue
Block a user