Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion consistency_audit_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,10 @@ def render_human(

print(f"Total IDs: {total_ids}")
print(f"Total events: {total_events}")
print(f"Total inconsistencies: {total_incs}")
print(f"Total inconsistencies: {total_incs}")
print()
# Note: if you want the actual list, thread it into this function later.


if not inconsistencies:
print("✅ No inconsistencies found.")
Expand Down