mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-08 01:42:51 +02:00
enhance
This commit is contained in:
@@ -74,7 +74,10 @@ 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)")
|
||||
if multiLogReader:
|
||||
print(f"Consumed {len(lines)} lines from {len(log_files)} log files")
|
||||
else:
|
||||
print(f"Consumed {len(lines)} lines from {file_path}")
|
||||
|
||||
log_data = {
|
||||
'command_counts': Counter(),
|
||||
|
||||
@@ -75,7 +75,10 @@ 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)")
|
||||
if multiLogReader:
|
||||
print(f"Consumed {len(lines)} lines from {len(log_files)} log files")
|
||||
else:
|
||||
print(f"Consumed {len(lines)} lines from {file_path}")
|
||||
|
||||
log_data = {
|
||||
'command_counts': Counter(),
|
||||
|
||||
Reference in New Issue
Block a user