Update event_builder.py

This commit is contained in:
James Vecellio-Grant
2025-10-29 18:11:22 -07:00
committed by GitHub
parent e297b4c03f
commit 95d887a417
+1 -1
View File
@@ -19,7 +19,7 @@ class EventBuilder:
@staticmethod
def _build_banner_message(metric: bool, nav_msg):
m = nav_msg.allManeuvers[1]
m = nav_msg.allManeuvers[-1]
banner = m.instruction
if metric: