containers might not be set

pull/35878/head
Shane Smiskol 3 days ago
parent ee6d54f38c
commit 7d4d077103
  1. 2
      selfdrive/test/process_replay/process_replay.py

@ -714,8 +714,8 @@ def _replay_multi_process(
all_msgs = sorted(lr, key=lambda msg: msg.logMonoTime)
log_msgs = []
containers = []
try:
containers = []
for cfg in cfgs:
container = ProcessContainer(cfg)
containers.append(container)

Loading…
Cancel
Save