(data)
| 1196 | try: |
| 1197 | pipboy_log_error("post-update knowledge refresh", refresh_exc) |
| 1198 | except Exception: |
| 1199 | pass |
| 1200 | print(pipboy_text( |
| 1201 | f"[!] Ded-Guy knowledge refresh failed after the update attempt: {refresh_exc}", |
| 1202 | f"[!] Η ανανέωση γνώσης Ded-Guy απέτυχε μετά την προσπάθεια ενημέρωσης: {refresh_exc}", |
| 1203 | )) |
| 1204 | if update_error is None: |
| 1205 | # The project update succeeded, so database-refresh failure is |
| 1206 | # reported without pretending the project update itself failed. |
no outgoing calls
no test coverage detected