From 33c4221e8700e15db55994e510d86225d6cd9ece 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 E305 E305 expected 2 blank lines after class or function definition Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: David Plowman --- utils/raspberrypi/ctt/ctt.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/raspberrypi/ctt/ctt.py') diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py index dc805ae3..ed34bfaa 100755 --- a/utils/raspberrypi/ctt/ctt.py +++ b/utils/raspberrypi/ctt/ctt.py @@ -60,6 +60,7 @@ def get_col_lux(string): return col, None return int(col), int(lux) + """ Camera object that is the backbone of the tuning tool. Input is the desired path of the output json. @@ -797,6 +798,7 @@ def run_ctt(json_output, directory, config, log_output): else: Cam.write_log(log_output) + if __name__ == '__main__': """ initialise calibration -- cgit v1.2.1