mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Trying more CI/CD debugging
This commit is contained in:
@@ -5585,6 +5585,6 @@ def checkSums():
|
||||
if not hashlib.sha256(open(filepath, "rb").read()).hexdigest() == expected:
|
||||
print(filepath, hashlib.sha256(open(filepath, "rb").read()).hexdigest(), expected)
|
||||
retVal &= False
|
||||
break
|
||||
# break
|
||||
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user