tweaked line 147 in report_reorganize.py so that the output is more clear
This commit is contained in:
@@ -144,7 +144,7 @@ def main():
|
||||
print("then re-run fccs_reorganize.py):")
|
||||
for tmpl, count in sorted(suggestions.items(),
|
||||
key=lambda kv: (-kv[1], kv[0])):
|
||||
print(f" {count:4d} x {tmpl}")
|
||||
print(f" {count:4d}x{tmpl}")
|
||||
if unrecovered:
|
||||
print(f"\n{unrecovered} unparsed file(s) had no recoverable folder "
|
||||
"field (no date anchor in the name) — likely oddball names, "
|
||||
|
||||
Reference in New Issue
Block a user