Merge pull request #681 from jphein/fix/unicode-checkmark

fix: replace Unicode checkmark with ASCII for Windows encoding (#535)
This commit is contained in:
Ben Sigman
2026-04-18 23:27:57 -07:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ def mine_convos(
room_counts[r] += n
total_drawers += drawers_added
print(f" [{i:4}/{len(files)}] {filepath.name[:50]:50} +{drawers_added}")
print(f" + [{i:4}/{len(files)}] {filepath.name[:50]:50} +{drawers_added}")
print(f"\n{'=' * 55}")
print(" Done.")