nteract/papermill

s3 handler decode exception

Open

#820 ouverte le 6 août 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (402 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (5 381 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

🐛 Bug

https://github.com/nteract/papermill/blob/53847310586b74fdb2763fe333ab99babee367ed/papermill/s3.py#L320C21-L320C73

This bug happens because undecoded is a bytes object, but s.decode(encoding) returns a str. this wll causes a TypeError

Guide contributeur