Fix warning log call

pull/1507/head
Piero Toffanin 2022-07-19 22:07:12 +00:00
rodzic 5dd0859f47
commit b2c9079624
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ class ODMFilterPoints(types.ODM_Stage):
if boundary_distance is not None:
outputs['boundary'] = compute_boundary_from_shots(tree.opensfm_reconstruction, boundary_distance, reconstruction.get_proj_offset())
if outputs['boundary'] is None:
log.ODM_WANING("Cannot compute boundary from camera shots")
log.ODM_WARNING("Cannot compute boundary from camera shots")
else:
log.ODM_WARNING("Cannot compute boundary (GSD cannot be estimated)")
else: