Skip to content

Commit 53be5e7

Browse files
saurabh1002Copilot
andauthored
log the results to file
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7584789 commit 53be5e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/map_closures/pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def _log_to_file(self):
172172
self.data.ground_alignment_transforms,
173173
)
174174
self.map_closures.save_hbst_database(os.path.join(self._results_dir, "database.bin"))
175+
self.results.log_to_file(self._results_dir)
175176

176177
def _log_to_console(self):
177178
from rich import box

0 commit comments

Comments
 (0)