1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-10 17:59:02 +00:00

Fix flake 8

This commit is contained in:
glubsy 2021-08-14 02:52:00 +02:00
parent 891a875990
commit e95306e58f

View File

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