1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2025-09-11 17:58:17 +00:00
Этот коммит содержится в:
glubsy 2021-08-14 02:52:00 +02:00
родитель 891a875990
Коммит e95306e58f

Просмотреть файл

@ -39,6 +39,7 @@ CHUNK_SIZE = 1024 * 1024 # 1 MiB
# Minimum size below which partial hashes don't need to be computed # Minimum size below which partial hashes don't need to be computed
MIN_FILE_SIZE = 3 * CHUNK_SIZE # 3MiB, because we take 3 samples MIN_FILE_SIZE = 3 * CHUNK_SIZE # 3MiB, because we take 3 samples
class FSError(Exception): class FSError(Exception):
cls_message = "An error has occured on '{name}' in '{parent}'" cls_message = "An error has occured on '{name}' in '{parent}'"