[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-28 11:02:43 +03:00
parent d5672eb44f
commit 8b7d6b511e

@ -1709,7 +1709,8 @@ def kernel_27():
--video %s \
--outdir %s
''' % (t4, t2)
pprint.pprint([t4, t2, t6])
if False:
pprint.pprint([t4, t2, t6])
with subprocess.Popen(t6, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as p:
if False:
pprint.pprint(p.communicate())