mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update report_generator.py
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user