mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 21:43:52 +08:00
Make pylint more strict (#1626)
* make pylint more strict * cleanup in progress * done cleaning up * no opendbc
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