mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix cookies getting deleted
This commit is contained in:
parent
05573ccc53
commit
989032fe0c
2 changed files with 8 additions and 4 deletions
|
|
@ -378,7 +378,7 @@ class OutputDirectory:
|
|||
pass
|
||||
|
||||
async def _cleanup_file(self, path: Path, pure: PurePath) -> None:
|
||||
if self._report.marked(pure):
|
||||
if self._report.is_marked(pure):
|
||||
return
|
||||
|
||||
if await self._conflict_delete_lf(self._on_conflict, pure):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue