utils: raspberrypi: ctt: Fix pycodestyle W504

W504 line break after binary operator

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>
This commit is contained in:
Laurent Pinchart 2020-05-02 03:32:00 +03:00
parent 57e999a4ae
commit 4939e114b6

View file

@ -380,7 +380,7 @@ class Camera:
if len(self.imgs_alsc) == 1: if len(self.imgs_alsc) == 1:
self.json['rpi.alsc']['sigma'] = 0.005 self.json['rpi.alsc']['sigma'] = 0.005
self.json['rpi.alsc']['sigma_Cb'] = 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.') '\nStandard sigmas used for adaptive algorithm.')
print('Finished ALSC calibrations') print('Finished ALSC calibrations')
self.log += '\nWARNING: Only one colour temperature found in ' self.log += '\nWARNING: Only one colour temperature found in '