[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-28 10:59:23 +03:00
parent 9739d5e40a
commit f0594dacbb

@ -1709,7 +1709,7 @@ def kernel_27():
--outdir %s --outdir %s
''' % (t4, t2) ''' % (t4, t2)
pprint.pprint([t4, t2, t6]) pprint.pprint([t4, t2, t6])
with subprocess.Popen(, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as p: with subprocess.Popen(t6, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as p:
pprint.pprint(p.communicate()) pprint.pprint(p.communicate())
p.wait() p.wait()
assert p.returncode == 0 assert p.returncode == 0