tweaked line 147 in report_reorganize.py so that the output is more clear

This commit is contained in:
2026-08-20 23:10:42 -05:00
parent e03f4ad8d9
commit 3ab753276c

View File

@@ -144,7 +144,7 @@ def main():
print("then re-run fccs_reorganize.py):") print("then re-run fccs_reorganize.py):")
for tmpl, count in sorted(suggestions.items(), for tmpl, count in sorted(suggestions.items(),
key=lambda kv: (-kv[1], kv[0])): key=lambda kv: (-kv[1], kv[0])):
print(f" {count:4d} x {tmpl}") print(f" {count:4d}x{tmpl}")
if unrecovered: if unrecovered:
print(f"\n{unrecovered} unparsed file(s) had no recoverable folder " print(f"\n{unrecovered} unparsed file(s) had no recoverable folder "
"field (no date anchor in the name) — likely oddball names, " "field (no date anchor in the name) — likely oddball names, "