Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.29k stars 1.1k forks source link

Concatenate cells.source into a single string if it's a list #597

Closed michaelgallifrey closed 4 months ago

michaelgallifrey commented 4 months ago

Confirmed this fixes https://github.com/Kaggle/kaggle-api/issues/574 by building locally and successfully pushing a file that'd been edited in VSCode.

Note that it looks like there was a recent commit that didn't include the generation/auto-formatting that runs w/ hatch run compile, that seems to be responsible for the changes in .gitignore and the moving of len down a line--those changes appeared after running hatch compile even before I'd made any edits. If you'd prefer, I can drop those changes from this PR. Just let me know.

stevemessick commented 4 months ago

/gcbrun