filter_log_message use qlogs

old-commit-hash: 11de9df3a1
commatwo_master
Willem Melching 4 years ago
parent 811746959e
commit 8e09250c38
  1. 2
      selfdrive/debug/filter_log_message.py

@ -49,7 +49,7 @@ if __name__ == "__main__":
logs = None
if len(args.route):
r = Route(args.route[0])
logs = r.log_paths() # TODO: switch to qlogs when logs are in there
logs = r.qlog_paths()
if len(args.route) == 2 and logs:
n = int(args.route[1])

Loading…
Cancel
Save