From 093f68ed43344ca5d45b42af8470100366eeafb6 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 6 Jul 2025 20:15:46 -0400 Subject: [PATCH] to -> by --- stages/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/dataset.py b/stages/dataset.py index f1d79c2f..924b8c0a 100644 --- a/stages/dataset.py +++ b/stages/dataset.py @@ -341,7 +341,7 @@ class ODMLoadDatasetStage(types.ODM_Stage): # GPS Z offset if 'gps_z_offset_is_set' in args: - log.ODM_INFO("Adjusting GPS Z offset to %s for all images" % args.gps_z_offset) + log.ODM_INFO("Adjusting GPS Z offset by %s for all images" % args.gps_z_offset) for p in photos: p.adjust_z_offset(args.gps_z_offset)