diff --git a/scripts/wk/clone/ddrescue.py b/scripts/wk/clone/ddrescue.py index 8f2f263b..ae5d0220 100644 --- a/scripts/wk/clone/ddrescue.py +++ b/scripts/wk/clone/ddrescue.py @@ -740,6 +740,10 @@ class State(): self.destination = select_path('Destination') self.update_top_panes() + # Update details + self.source.update_details(skip_children=False) + self.destination.update_details(skip_children=False) + # Confirmation #1 self.confirm_selections( prompt='Are these selections correct?',