Remove duplicate code
This commit is contained in:
parent
17a62d6f36
commit
868932c5e4
1 changed files with 0 additions and 5 deletions
|
|
@ -560,11 +560,6 @@ def run_recovery(state: State, main_menu, settings_menu, dry_run=True) -> None:
|
||||||
update_layout=False,
|
update_layout=False,
|
||||||
watch_file=f'{state.log_dir}/smart_source.out',
|
watch_file=f'{state.log_dir}/smart_source.out',
|
||||||
)
|
)
|
||||||
state.ui.add_info_pane(
|
|
||||||
percent=50,
|
|
||||||
update_layout=False,
|
|
||||||
watch_file=f'{state.log_dir}/smart_destination.out',
|
|
||||||
)
|
|
||||||
if hasattr(state.destination, 'attributes'):
|
if hasattr(state.destination, 'attributes'):
|
||||||
state.ui.add_info_pane(
|
state.ui.add_info_pane(
|
||||||
percent=50,
|
percent=50,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue