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:
parent
57e999a4ae
commit
4939e114b6
1 changed files with 1 additions and 1 deletions
|
@ -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 '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue