Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.01k stars 1.06k forks source link

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

Closed mgallifrey closed 1 day ago

mgallifrey commented 3 days 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 1 day ago

/gcbrun