Skip to content

Commit af552c1

Browse files
authored
Merge pull request #1801 from mark-stevens/master
Fix incorrect file name in ODM_WARNING
2 parents e05e1be + 16ffec9 commit af552c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendm/point_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def post_point_cloud_steps(args, tree, rerun=False):
327327
tree.odm_georeferencing_model_laz,
328328
tree.odm_georeferencing_model_las))
329329
else:
330-
log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_xyz_file)
330+
log.ODM_WARNING("Found existing LAS file %s" % tree.odm_georeferencing_model_las)
331331

332332
# EPT point cloud output
333333
if args.pc_ept:

0 commit comments

Comments
 (0)