diff --git a/PFERD/output_dir.py b/PFERD/output_dir.py index c81b598..bf908f8 100644 --- a/PFERD/output_dir.py +++ b/PFERD/output_dir.py @@ -443,7 +443,7 @@ class OutputDirectory: if await self._conflict_delete_lf(self._on_conflict, pure): try: path.unlink() - log.action(f"[bold bright_magenta]Deleted[/] {escape(fmt_path(path))}") + log.action(f"[bold bright_magenta]Deleted[/] {escape(fmt_path(pure))}") self._report.delete_file(pure) except OSError: pass