1
0
peilaus alkaen https://github.com/arsenetar/dupeguru.git synced 2025-07-03 22:13:20 +00:00

Fix deletion typo

This commit is contained in:
Luca Falavigna 2024-02-12 11:35:42 +01:00
vanhempi f16fce64b7
commit 36212e0883

Näytä tiedosto

@ -14,7 +14,7 @@ import re
import os import os
import shutil import shutil
rom errno import EISDIR, EACCES from errno import EISDIR, EACCES
from pathlib import Path from pathlib import Path
from typing import Callable, List from typing import Callable, List