[libcamera-devel,21/24] utils: raspberrypi: ctt: Fix pycodestyle W504

Message ID 20200512000322.11753-22-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • utils: raspberrypi: ctt: Comply with pycodestyle
Related show

Commit Message

Laurent Pinchart May 12, 2020, 12:03 a.m. UTC
W504 line break after binary operator

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 utils/raspberrypi/ctt/ctt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py
index 6caa5a552230..cb01a517e8bc 100755
--- a/utils/raspberrypi/ctt/ctt.py
+++ b/utils/raspberrypi/ctt/ctt.py
@@ -380,7 +380,7 @@  class Camera:
         if len(self.imgs_alsc) == 1:
             self.json['rpi.alsc']['sigma'] = 0.005
             self.json['rpi.alsc']['sigma_Cb'] = 0.005
-            print('\nWarning:\nOnly one alsc calibration found' +
+            print('\nWarning:\nOnly one alsc calibration found'
                   '\nStandard sigmas used for adaptive algorithm.')
             print('Finished ALSC calibrations')
             self.log += '\nWARNING: Only one colour temperature found in '