mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix cookies getting deleted
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user