no more pylint (#35418)

* no more pylint

* bump opendbc
pull/35419/head
Adeeb Shihadeh 2 months ago committed by GitHub
parent 1e702de434
commit ad58fea2f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      common/logging_extra.py
  2. 2
      opendbc_repo
  3. 2
      panda
  4. 1
      system/manager/process.py

@ -199,7 +199,6 @@ class SwagLogger(logging.Logger):
co = f.f_code
filename = os.path.normcase(co.co_filename)
# TODO: is this pylint exception correct?
if filename == _srcfile:
f = f.f_back
continue

@ -1 +1 @@
Subproject commit d33a033a7fceaf660a1ae1e6e7d00fb4737f6745
Subproject commit 4fe147125a6193a6133daefde7bd9c4c871afc1f

@ -1 +1 @@
Subproject commit 4f227f88c827d02188763d676aab941401be8212
Subproject commit c19692245cfe681389a1e9ddb2401340cf08759d

@ -96,7 +96,6 @@ class ManagerProcess(ABC):
try:
fn = WATCHDOG_FN + str(self.proc.pid)
with open(fn, "rb") as f:
# TODO: why can't pylint find struct.unpack?
self.last_watchdog_time = struct.unpack('Q', f.read())[0]
except Exception:
pass

Loading…
Cancel
Save