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

Better handle silent errors #1675

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

t-kalinowski
Copy link
Member

Closes: #1674

Fixes an issue where evaluating the Python expression

import sys; print(sys.platform)

via system2() did not raise an error, but the return value is not the expected scalar character vector.

closes:#1674

return from `system2()` can be
a length!=1 character
@t-kalinowski t-kalinowski merged commit 4887f8c into main Sep 23, 2024
16 checks passed
@t-kalinowski t-kalinowski deleted the fix/platform-detection-on-windows branch September 23, 2024 19:04
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.

Error in vapply(python_versions, get_platform, ""): values must be length 1
1 participant