Show detailed batch repair preview
This commit is contained in:
@@ -360,6 +360,13 @@ def duplicate_repair_batch(
|
||||
result = {
|
||||
"choice_count": len(plans),
|
||||
"replaced": replaced,
|
||||
"decisions": [
|
||||
{
|
||||
"keeper": str(plan.keeper),
|
||||
"replaced": [str(path) for path in plan.replaced],
|
||||
}
|
||||
for plan in plans
|
||||
],
|
||||
"metadata_backups": len(plans[0].metadata_files),
|
||||
"strategy": "shortcut",
|
||||
"database_v2_modified": False,
|
||||
|
||||
Reference in New Issue
Block a user