[~] Refactor
This commit is contained in:
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())
|
||||
|
Loading…
Reference in New Issue
Block a user