mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix cleanup logging of paths
This commit is contained in:
parent
245c9c3dcc
commit
b998339002
@ -443,7 +443,7 @@ class OutputDirectory:
|
|||||||
if await self._conflict_delete_lf(self._on_conflict, pure):
|
if await self._conflict_delete_lf(self._on_conflict, pure):
|
||||||
try:
|
try:
|
||||||
path.unlink()
|
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)
|
self._report.delete_file(pure)
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user