[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-08-02 13:56:40 +03:00
parent 95ef5e8e58
commit 53961609d8

@ -1488,6 +1488,7 @@ def kernel_25(images, delay=None):
if len(images) == 0: if len(images) == 0:
pprint.pprint(['kernel_25', 'no images']) pprint.pprint(['kernel_25', 'no images'])
return
t3 = 'kernel_25-output.dir' t3 = 'kernel_25-output.dir'
os.makedirs(t3, exist_ok=True) os.makedirs(t3, exist_ok=True)