diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-05-02 03:32:00 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-05-13 16:57:43 +0300 |
commit | d6527d382e4853728287503860d253f9431de169 (patch) | |
tree | a1f5810e516d05461f1643aed539ea4d541eb0d4 /utils/raspberrypi/ctt/ctt_macbeth_locator.py | |
parent | da88fcec0d4930bbcec0a44f678f744bfa5334b8 (diff) |
utils: raspberrypi: ctt: Fix pycodestyle E203
E203 whitespace before ':'
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_macbeth_locator.py')
-rw-r--r-- | utils/raspberrypi/ctt/ctt_macbeth_locator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |