libcamera/utils/raspberrypi/ctt
Laurent Pinchart ca73168e75 utils: raspberrypi: ctt: Fix pycodestyle E711 and E712
E711 comparison to None should be 'if cond is None:'
E711 comparison to None should be 'if cond is not None:'
E712 comparison to False should be 'if cond is False:' or 'if not cond:'
E712 comparison to True should be 'if cond is True:' or 'if cond:'

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>
2020-05-13 16:59:07 +03:00
..
ctt.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00
ctt_alsc.py utils: raspberrypi: ctt: Fix pycodestyle E303 2020-05-13 16:58:54 +03:00
ctt_awb.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00
ctt_ccm.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00
ctt_config_example.json libcamera: utils: Raspberry Pi Camera Tuning Tool 2020-05-11 23:54:45 +03:00
ctt_geq.py utils: raspberrypi: ctt: Fix pycodestyle E251 2020-05-13 16:58:07 +03:00
ctt_image_load.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00
ctt_lux.py utils: raspberrypi: ctt: Fix pycodestyle E231 2020-05-13 16:56:39 +03:00
ctt_macbeth_locator.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00
ctt_noise.py utils: raspberrypi: ctt: Fix pycodestyle E303 2020-05-13 16:58:54 +03:00
ctt_pretty_print_json.py utils: raspberrypi: ctt: Fix pycodestyle E701 2020-05-13 16:58:37 +03:00
ctt_ransac.py utils: raspberrypi: ctt: Fix pycodestyle E225 2020-05-13 16:58:22 +03:00
ctt_ref.pgm libcamera: utils: Raspberry Pi Camera Tuning Tool 2020-05-11 23:54:45 +03:00
ctt_tools.py utils: raspberrypi: ctt: Fix pycodestyle E711 and E712 2020-05-13 16:59:07 +03:00