()
| 1216 | if update_error is None: |
| 1217 | # The project update succeeded, so database-refresh failure is |
| 1218 | # reported without pretending the project update itself failed. |
| 1219 | pass |
| 1220 | |
| 1221 | # Keep the final success notice at the actual end of the complete update |
| 1222 | # workflow, after the repository and Ded-Guy knowledge refresh have both |
| 1223 | # finished. If a validated Settings candidate exists, immediately show the |
| 1224 | # exact installation command instead of waiting for the next Termux launch. |
| 1225 | print(f"[+] {_('Update process completed successfully')}!") |
no test coverage detected