From 95ef5e8e5874b3770c38851562c71485eaedd479 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 2 Aug 2021 13:55:55 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index ae8ac66..fc6d49f 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1486,6 +1486,9 @@ def kernel_25(images, delay=None): import cv2 import subprocess + if len(images) == 0: + pprint.pprint(['kernel_25', 'no images']) + t3 = 'kernel_25-output.dir' os.makedirs(t3, exist_ok=True) t6 = []