()
| 1432 | dialog.destroy() |
| 1433 | |
| 1434 | def choose_folder(): |
| 1435 | selected_path = filedialog.askdirectory() |
| 1436 | update_entry(selected_path) |
| 1437 | dialog.destroy() |
| 1438 | |
| 1439 | def update_entry(selected_path): |
| 1440 | if selected_path: |
nothing calls this directly
no test coverage detected