Update verify-checksum-models.py

quick fix to pass the git check
This commit is contained in:
KASR 2023-05-03 13:38:49 +02:00 committed by GitHub
parent 3bdecc2aca
commit 9f788b9478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,3 +75,4 @@ print("-" * 80)
# Output the results as a table
for r in results:
print(f"{r['filename']:40} {r['valid checksum']:^20} {r['file missing']:^20}")