[~] Refactor

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

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