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):")
|
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, "
|
||||||
|
|||||||
Reference in New Issue
Block a user