[libcamera-devel] [PATCH 04/24] utils: raspberrypi: ctt: Fix pycodestyle E241
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue May 12 02:03:02 CEST 2020
E241 multiple spaces after ':'
E241 multiple spaces after ','
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
utils/raspberrypi/ctt/ctt.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py
index 97cadfe8ab82..743ee3bca448 100755
--- a/utils/raspberrypi/ctt/ctt.py
+++ b/utils/raspberrypi/ctt/ctt.py
@@ -126,11 +126,11 @@ class Camera:
"exposure_modes": {
"normal": {
"shutter": [100, 10000, 30000, 60000, 120000],
- "gain": [1.0, 2.0, 4.0, 6.0, 6.0]
+ "gain": [1.0, 2.0, 4.0, 6.0, 6.0]
},
"sport": {
"shutter": [100, 5000, 10000, 20000, 120000],
- "gain": [1.0, 2.0, 4.0, 6.0, 6.0 ]
+ "gain": [1.0, 2.0, 4.0, 6.0, 6.0]
}
},
"constraint_modes": {
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list