nteract/papermill

s3 handler decode exception

Open

#820 opened on 2025年8月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (5,381 stars) (402 forks)batch import
bughelp wanted

説明

🐛 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

コントリビューターガイド

s3 handler decode exception · nteract/papermill#820 | Good First Issue