Address code review: fix whitespace and log migration exceptions

This commit is contained in:
copilot-swe-agent[bot]
2026-06-04 19:18:28 +00:00
committed by GitHub
parent 268abddb28
commit f8c717db25
+1 -1
View File
@@ -1622,7 +1622,7 @@ def _migrate_strip_deprecated_features() -> None:
_write_hub_overrides(features, nostr_npub, timezone, locale) _write_hub_overrides(features, nostr_npub, timezone, locale)
except Exception: except Exception:
# Never let a migration failure break startup. # Never let a migration failure break startup.
pass logger.exception("_migrate_strip_deprecated_features: unexpected error (non-fatal)")
# ── Feature status helpers ───────────────────────────────────────── # ── Feature status helpers ─────────────────────────────────────────