Skip to content

Commit

Permalink
Fix incorrect file name in ODM_WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
aero-mark committed Sep 16, 2024
1 parent e05e1be commit 16ffec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendm/point_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16ffec9

Please sign in to comment.