Skip to content

Commit a1ff746

Browse files
committed
Update utils.py
1 parent c6354d1 commit a1ff746

File tree

1 file changed

+1
-1
lines changed
  • planning/planning_debug_tools/scripts/perception_replayer

1 file changed

+1
-1
lines changed

planning/planning_debug_tools/scripts/perception_replayer/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def toc(self, name):
146146
time.perf_counter() - self.start_times[name]
147147
) * 1000 # Convert to milliseconds
148148
if self.verbose:
149-
print(f"Time for {name}: {elapsed_time:.2f} ms")
149+
print(f"Time for {name}: {elapsed_time: .2f} ms")
150150

151151
# Reset the starting time for the name
152152
del self.start_times[name]

0 commit comments

Comments
 (0)