()
| 1212 | print(pipboy_text( |
| 1213 | f"[!] Ded-Guy knowledge refresh failed after the update attempt: {refresh_exc}", |
| 1214 | f"[!] Η ανανέωση γνώσης Ded-Guy απέτυχε μετά την προσπάθεια ενημέρωσης: {refresh_exc}", |
| 1215 | )) |
| 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. |
no test coverage detected