From 9f788b9478e75417ef2fd34e141b051e8e73a1c0 Mon Sep 17 00:00:00 2001 From: KASR Date: Wed, 3 May 2023 13:38:49 +0200 Subject: [PATCH] Update verify-checksum-models.py quick fix to pass the git check --- scripts/verify-checksum-models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-checksum-models.py b/scripts/verify-checksum-models.py index 74da32a37..811372e47 100644 --- a/scripts/verify-checksum-models.py +++ b/scripts/verify-checksum-models.py @@ -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}") +