Skip to content

Conversation

@haowjy
Copy link
Contributor

@haowjy haowjy commented Nov 30, 2025

fix to #873

del os.environ["KAGGLE_API_TOKEN"]

causes keyerror if KAGGLE_API_TOKEN is not set, so replaced it with

os.environ.pop("KAGGLE_API_TOKEN", None)

Copy link
Contributor

@stevemessick stevemessick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stevemessick stevemessick merged commit cdc969b into Kaggle:main Dec 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants