mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-05 16:26:06 +08:00
filter_log_message use qlogs
old-commit-hash: 11de9df3a1ea08ae1b8344548a7b2c0fd0f3e894
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user