Skip to content

Commit

Permalink
updated check bag for gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoussan committed Mar 11, 2024
1 parent 786b854 commit e9192b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bag_processing/scripts/check_bag_for_gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
print(("Bag file " + args.bagfile + " does not exist."))
sys.exit()

utilities.get_topic_rates(
utilities.utilities.get_topic_rates(
args.bagfile, args.topic, args.max_time_diff, not args.use_receive_time, True
)

0 comments on commit e9192b7

Please sign in to comment.