Wait for subprocess to finish

This commit is contained in:
Martin Gracik 2011-03-23 09:22:39 +01:00
parent 1de4bb132c
commit 05fd600885
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@ class S390(object):
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
stdout=subprocess.PIPE)
p.wait()
# add cdboot.img to treeinfo
data = {"cdboot.img": joinpaths(IMAGESDIR, "cdboot.img")}