filter_log_message use qlogs

pull/20635/head
Willem Melching 4 years ago
parent 8ede1b30aa
commit 11de9df3a1
  1. 2
      selfdrive/debug/filter_log_message.py

@ -49,7 +49,7 @@ if __name__ == "__main__":
logs = None logs = None
if len(args.route): if len(args.route):
r = Route(args.route[0]) 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: if len(args.route) == 2 and logs:
n = int(args.route[1]) n = int(args.route[1])

Loading…
Cancel
Save