west: build: appease the linter
The linter is complaining about unnecessary parens. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
5880feee33
commit
1f9ab85354
|
@ -191,7 +191,7 @@ class Build(Forceable):
|
|||
'treating unknown build.pristine value "{}" as "never"'.
|
||||
format(pristine))
|
||||
pristine = 'never'
|
||||
self.auto_pristine = (pristine == 'auto')
|
||||
self.auto_pristine = pristine == 'auto'
|
||||
|
||||
log.dbg('pristine: {} auto_pristine: {}'.format(pristine,
|
||||
self.auto_pristine),
|
||||
|
|
Loading…
Reference in a new issue