mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for coding style
This commit is contained in:
parent
b947a24b6e
commit
730e619e21
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue