Trying more CI/CD debugging

This commit is contained in:
Miroslav Stampar
2024-03-01 12:54:15 +01:00
parent b50e07d03e
commit 9c742753cf
3 changed files with 4 additions and 4 deletions

View File

@@ -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