From 7044f85245027b625ea73b768f15fd64c6797c54 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 4 Oct 2024 00:31:12 -0700 Subject: [PATCH] Update report_generator.py --- etc/report_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/report_generator.py b/etc/report_generator.py index 3660676..4dd95ac 100644 --- a/etc/report_generator.py +++ b/etc/report_generator.py @@ -44,7 +44,7 @@ def parse_log_file(file_path): print(f"Error: File not found at {file_path}") sys.exit(1) - print(f"Consumed {len(lines)} lines from log file(s) {lines}") + print(f"Consumed {len(lines)} lines from log file(s)") log_data = { 'command_counts': Counter(),