Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix language selection for beta download #1509

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

FoamyGuy
Copy link
Contributor

Resolves: #1390

The lack of installer button caused an exception to be thrown when attempting to access attributes of null.

Since this occured in a for loop going over the download buttons when it failed on the first iteration it stopped subsequent iterations from ever happening.

The solution proposed is to check for null before attempting to access properties of the element.

I confirmed the issue reported in the issue on the W5500-EVB-Pico both on the live site and in a local build.

I tested the fix successfully on the W5500-EVB-Pico in the local build.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thank you!

@tannewt tannewt merged commit 34b5525 into adafruit:main Oct 25, 2024
2 checks 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
2 participants