Wait for subprocess to finish
This commit is contained in:
		
							parent
							
								
									1de4bb132c
								
							
						
					
					
						commit
						05fd600885
					
				@ -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")}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user