From d6527d382e4853728287503860d253f9431de169 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 2 May 2020 03:32:00 +0300 Subject: utils: raspberrypi: ctt: Fix pycodestyle E203 E203 whitespace before ':' Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt_macbeth_locator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/raspberrypi/ctt/ctt_macbeth_locator.py') diff --git a/utils/raspberrypi/ctt/ctt_macbeth_locator.py b/utils/raspberrypi/ctt/ctt_macbeth_locator.py index 591459aa..949e3686 100644 --- a/utils/raspberrypi/ctt/ctt_macbeth_locator.py +++ b/utils/raspberrypi/ctt/ctt_macbeth_locator.py @@ -180,7 +180,7 @@ def find_macbeth(Cam, img, mac_config=(0, 0)): if small_chart: - if cor < 0.75 and d_best > 1 : + if cor < 0.75 and d_best > 1: imgs = [] shape = list(img.shape[:2]) w, h = shape -- cgit v1.2.1