Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-08 13:17:00 +03:00
parent b947a24b6e
commit 730e619e21

View file

@ -36,9 +36,7 @@ class Md5sum:
source_path = Path(path, filename)
md5 = self.read_file(source_path)
file_check = hashlib.md5(md5).hexdigest()
checksum = "".join(checksum)
if file_check != checksum: