From b2c9079624dfdb0a08ecad0a67a6ad57cb7abae1 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 19 Jul 2022 22:07:12 +0000 Subject: [PATCH] Fix warning log call --- stages/odm_filterpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/odm_filterpoints.py b/stages/odm_filterpoints.py index f24e0a6c..cda5a219 100644 --- a/stages/odm_filterpoints.py +++ b/stages/odm_filterpoints.py @@ -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: