From 04101b1227edf124a0e88d063c8b70a896d1c133 Mon Sep 17 00:00:00 2001 From: John Serock <1468970+serock@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:59:24 -0400 Subject: [PATCH] Update esl-parser.py A simple fix for displaying the input file size. --- secureboot/esl-parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secureboot/esl-parser.py b/secureboot/esl-parser.py index df5badf..bf21300 100644 --- a/secureboot/esl-parser.py +++ b/secureboot/esl-parser.py @@ -37,7 +37,7 @@ def main(): hash_counter = 0 if args.debug: - print("Input file size is {input_length}") + print(f"Input file size is {input_length}") #there may be multiple ESL structures concatenated together in the input file while head_index < input_length: