mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-02 05:03:53 +08:00
Make pylint more strict (#1626)
* make pylint more strict
* cleanup in progress
* done cleaning up
* no opendbc
old-commit-hash: 843a64c72f
This commit is contained in:
@@ -32,7 +32,7 @@ except Exception:
|
||||
sys.exit(-1)
|
||||
|
||||
sensord_env = {**os.environ, 'SENSOR_TEST': '1'}
|
||||
process = subprocess.run("./sensord", cwd="/data/openpilot/selfdrive/sensord", env=sensord_env)
|
||||
process = subprocess.run("./sensord", cwd="/data/openpilot/selfdrive/sensord", env=sensord_env) # pylint: disable=subprocess-run-check
|
||||
|
||||
if process.returncode == 40:
|
||||
text = "Current run: SUCCESS\n"
|
||||
|
||||
Reference in New Issue
Block a user