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

Fixed "portable" IDE bundle detection #730

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented May 28, 2020

The portable check condition was wrong (it checked for 'non-existance' instead of 'existance').
I've replaced all the conditions with the more readable path.Exist method.

This change is backward compatible (the IDE.Portable viper config is not yet used)

The portable condition was wrong (it checked for 'non-existance' instead
of 'existance').

I've replaced all the conditions with the more readable path.Exist
method.
@rsora rsora merged commit 98dab40 into arduino:master Jun 10, 2020
@cmaglie cmaglie deleted the fix_bundle_detection branch June 12, 2020 15:36
umbynos pushed a commit that referenced this pull request Jun 17, 2020
The portable condition was wrong (it checked for 'non-existance' instead
of 'existance').

I've replaced all the conditions with the more readable path.Exist
method.
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