[~] Refactor
This commit is contained in:
parent
222244e094
commit
c7d3e08bf0
@ -1526,13 +1526,13 @@ def kernel_25(images, delay=None):
|
|||||||
t8,
|
t8,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
t9 = os.path.join(os.path.split(t3)[1], 'input.txt')
|
t9 = os.path.join(t3, 'input.txt')
|
||||||
|
|
||||||
with io.open(t9, 'w') as f:
|
with io.open(t9, 'w') as f:
|
||||||
f.write(
|
f.write(
|
||||||
'\n'.join(
|
'\n'.join(
|
||||||
[
|
[
|
||||||
'file %s' % o
|
'file %s' % os.path.split(o)[1]
|
||||||
for o in t6
|
for o in t6
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user