commit | 4d207895b416730a03fbb2f70bc91bb4120dbd8b | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Tue Sep 03 12:08:19 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Sep 07 08:07:57 2019 -0400 |
tree | 023a0b935310062479bc67c2864d1d5c9ef47895 | |
parent | 3206e429355d9df6f3dd1585c020edc29e442f0f [diff] |
intel_s1000_crb: scripts: Remove '== False/True' tests Fix pylint warnings like these: Comparison to True should be just 'expr' (singleton-comparison) Comparison to False should be 'not expr' (singleton-comparison) I checked that GPIO.read() only returns True/False in the python-periphery docs. Getting rid of pylint warnings for a CI check. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>