Closed skywalker-nick closed 6 months ago
This commit fixes a common issue when a duplicate is found. Let's continue the operation and print out the duplicates. Without this improvement, the restoration will fail when it encounters a duplicate for the first time.
I don't think we should blanket catch all errors. we should only catch the specific error of a duplicate
@mifi Hi, could you help review the change?
Once we get the lint fixed i think i can merge this
This commit fixes a common issue when a duplicate is found. Let's continue the operation and print out the duplicates. Without this improvement, the restoration will fail when it encounters a duplicate for the first time.