Merge pull request #1801 from mark-stevens/master

Fix incorrect file name in ODM_WARNING
pull/1806/head
Piero Toffanin 2024-09-16 12:42:22 -04:00 zatwierdzone przez GitHub
commit af552c15e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: