mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 01:39:50 +00:00
Fix flake 8
This commit is contained in:
parent
891a875990
commit
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}'"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user