From 16ffec9034fb854c3744b143ea8037bd108718e4 Mon Sep 17 00:00:00 2001 From: mark-stevens Date: Mon, 16 Sep 2024 09:31:19 -0700 Subject: [PATCH] Fix incorrect file name in ODM_WARNING --- opendm/point_cloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/point_cloud.py b/opendm/point_cloud.py index 0c16c4930..79b7083d1 100644 --- a/opendm/point_cloud.py +++ b/opendm/point_cloud.py @@ -327,7 +327,7 @@ def post_point_cloud_steps(args, tree, rerun=False): tree.odm_georeferencing_model_laz, tree.odm_georeferencing_model_las)) else: - log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_xyz_file) + log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_model_las) # EPT point cloud output if args.pc_ept: