Teknium
ea2cc4f902
fix(profiles): pass encoding=utf-8 to distribution.yaml open ( #22083 )
...
_distribution_metadata() reads the profile's distribution.yaml without
an explicit encoding, which defaults to the platform's locale encoding
— UTF-8 on POSIX, cp1252/mbcs on Windows. Files round-tripped between
hosts get mojibake on the Windows side.
Single-line fix: add encoding='utf-8' to the open() call. Matches the
sibling _read_config_model() site at line 398, which already does this.
Surfaces once PR #21561 lands the blocking ruff-check CI job
(PLW1514 — unspecified-encoding), but the underlying bug is
pre-existing on main.
2026-05-08 14:24:36 -07:00
..
2026-05-07 09:22:48 -07:00
2026-05-07 06:16:23 -07:00
2026-05-04 04:54:55 -07:00
2026-05-08 04:17:42 -07:00
2026-04-28 06:46:45 -07:00
2026-05-04 05:07:13 -07:00
2026-04-30 07:03:00 +05:30
2026-04-28 22:11:10 -07:00
2026-04-14 16:11:37 -07:00
2026-05-06 05:44:35 -07:00
2026-05-07 22:56:19 +00:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-04-23 13:32:43 -07:00
2026-03-30 17:07:21 -07:00
2026-05-07 18:54:16 -04:00
2026-04-14 10:45:42 -07:00
2026-05-07 17:47:22 -07:00
2026-05-07 05:09:39 -07:00
2026-05-04 12:31:01 -07:00
2026-05-07 05:46:51 -07:00
2026-05-04 01:36:44 -07:00
2026-05-03 11:42:20 -07:00
2026-03-26 01:34:27 -07:00
2026-04-28 06:46:45 -07:00
2026-05-07 22:56:19 +00:00
2026-05-05 10:13:13 -07:00
2026-04-28 04:58:22 -07:00
2026-04-26 06:19:04 -07:00
2026-05-07 05:59:25 -07:00
2026-05-07 17:33:09 -07:00
2026-04-28 06:46:45 -07:00
2026-05-07 13:04:41 -07:00
2026-05-05 13:55:37 -07:00
2026-05-07 13:04:41 -07:00
2026-05-07 13:04:41 -07:00
2026-04-11 17:23:36 -07:00
2026-05-08 11:18:14 -07:00
2026-05-07 05:17:03 -07:00
2026-05-02 01:40:31 -07:00
2026-04-28 06:46:45 -07:00
2026-05-06 09:08:33 -07:00
2026-05-07 05:21:26 -07:00
2026-05-07 06:34:48 -07:00
2026-05-06 10:05:29 -07:00
2026-04-29 16:55:27 -07:00
2026-05-07 07:18:21 -07:00
2026-04-29 21:56:51 -07:00
2026-04-30 20:29:37 -04:00
2026-05-07 05:46:05 -07:00
2026-05-08 10:04:32 -07:00
2026-05-08 14:24:36 -07:00
2026-04-30 04:32:11 -07:00
2026-05-04 02:38:54 -07:00
2026-04-29 20:33:29 -07:00
2026-05-07 05:27:41 -07:00
2026-05-08 17:36:38 +05:30
2026-04-29 04:03:03 -07:00
2026-04-26 20:57:10 -07:00
2026-05-06 14:01:56 -07:00
2026-04-30 23:21:54 -07:00
2026-05-04 05:14:13 -07:00
2026-04-26 20:48:20 -07:00
2026-05-05 13:45:47 -07:00
2026-05-08 11:07:38 -07:00
2026-04-18 19:18:13 -07:00
2026-04-29 07:22:33 -07:00
2026-05-06 15:49:59 -07:00
2026-05-07 06:39:18 -07:00
2026-04-29 04:03:03 -07:00