Fix cookies getting deleted

This commit is contained in:
Joscha
2021-05-15 22:25:41 +02:00
parent 05573ccc53
commit 989032fe0c
2 changed files with 8 additions and 4 deletions

View File

@ -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):