From 491a02d5d6e991f4bf6f2cace7c83c13357a89ee Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 27 Jun 2020 17:46:59 -0700 Subject: [PATCH] bump submodules --- cereal | 2 +- opendbc | 2 +- selfdrive/debug/dump.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cereal b/cereal index 8d5230e59b..4e3541ae43 160000 --- a/cereal +++ b/cereal @@ -1 +1 @@ -Subproject commit 8d5230e59b0ed7c93c66863d0cd19e5f180e417c +Subproject commit 4e3541ae432cf719ae67546c50e01ae580738a38 diff --git a/opendbc b/opendbc index 1dfdce9f69..1fd5a9b954 160000 --- a/opendbc +++ b/opendbc @@ -1 +1 @@ -Subproject commit 1dfdce9f696b4a93c9e5c66dda8d2d64a80a8fb9 +Subproject commit 1fd5a9b954b20b83d5b298e6cf46a19988470844 diff --git a/selfdrive/debug/dump.py b/selfdrive/debug/dump.py index 26ce350530..cfdb387b91 100755 --- a/selfdrive/debug/dump.py +++ b/selfdrive/debug/dump.py @@ -29,7 +29,7 @@ if __name__ == "__main__": poller = messaging.Poller() for m in args.socket if len(args.socket) > 0 else service_list: - sock = messaging.sub_sock(m, poller, addr=args.addr) + messaging.sub_sock(m, poller, addr=args.addr) values = None if args.values: