[~] Refactor
This commit is contained in:
parent
91a1bc91a7
commit
bab395afc7
@ -1690,7 +1690,7 @@ def kernel_27():
|
||||
'-ss',
|
||||
'%d' % t1[0],
|
||||
'-t',
|
||||
'%d' % t1[1] - t1[0],
|
||||
'%d' % (t1[1] - t1[0]),
|
||||
'%s' % t4,
|
||||
], stdout=subprocess.PIPE, stderr=subprocess.PIPE) as p:
|
||||
pprint.pprint(p.communicate())
|
||||
|
Loading…
Reference in New Issue
Block a user