Skip to content

Commit

Permalink
Merge pull request #1801 from mark-stevens/master
Browse files Browse the repository at this point in the history
Fix incorrect file name in ODM_WARNING
  • Loading branch information
pierotofy authored Sep 16, 2024
2 parents e05e1be + 16ffec9 commit af552c1
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 af552c1

Please sign in to comment.