()
| 1204 | force_project_rebuild=update_changed, |
| 1205 | quiet=False, |
| 1206 | ) |
| 1207 | except Exception as refresh_exc: |
| 1208 | try: |
| 1209 | pipboy_log_error("post-update knowledge refresh", refresh_exc) |
| 1210 | except Exception: |
| 1211 | pass |
| 1212 | print(pipboy_text( |
| 1213 | f"[!] Ded-Guy knowledge refresh failed after the update attempt: {refresh_exc}", |
| 1214 | f"[!] Η ανανέωση γνώσης Ded-Guy απέτυχε μετά την προσπάθεια ενημέρωσης: {refresh_exc}", |
no outgoing calls
no test coverage detected