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

PR: Fix macOS check when defining installer name string for download (Installers) #21998

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dalthviz
Copy link
Member

@dalthviz dalthviz commented Apr 15, 2024

Description of Changes

The validation used when defining the installer name to be downloaded (to go from 5.x to 6.x) was using platform.system == 'Darwin' instead of platform.system() == 'Darwin'. That causes that the .sh Linux installer gets downloaded for not only Linux but also macOS. Noticed this when trying to update Spyder 5.5.3 to 5.5.4 on macOS.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: dalthviz

@dalthviz dalthviz added this to the v5.5.5 milestone Apr 15, 2024
@dalthviz dalthviz self-assigned this Apr 15, 2024
Copy link
Contributor

@mrclary mrclary left a comment

Choose a reason for hiding this comment

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

That's embarrassing! Thanks for catching that @dalthviz

@mrclary mrclary merged commit 982f2e6 into spyder-ide:5.x Apr 16, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants