Fix flake 8

This commit is contained in:
glubsy 2021-08-14 02:52:00 +02:00
parent 891a875990
commit e95306e58f
1 changed files with 1 additions and 0 deletions

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}'"