diff --git a/eolearn/visualization/eoexecutor.py b/eolearn/visualization/eoexecutor.py index 469805b2..45d0dade 100644 --- a/eolearn/visualization/eoexecutor.py +++ b/eolearn/visualization/eoexecutor.py @@ -68,7 +68,7 @@ def make_report(self, include_logs: bool = True) -> None: template = self._get_template() - log_paths = self.eoexecutor.get_log_paths() + log_paths = self.eoexecutor.get_log_paths(full_path=False) if not include_logs: execution_logs = None elif self.eoexecutor.save_logs: