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

Call platform.system() once #79

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Call platform.system() once #79

merged 1 commit into from
Nov 4, 2023

Conversation

WyattBlue
Copy link
Member

Store the result of platform.system() in the plat var, and only use that value. This makes code cleaner and a tiny bit faster.

Store the result of `platform.system()` in the `plat` var, and only
use that value. This makes code cleaner and a tiny bit faster.
@WyattBlue WyattBlue merged commit 718f867 into main Nov 4, 2023
22 checks passed
@WyattBlue WyattBlue deleted the patch-1 branch November 4, 2023 10:36
@jlaine
Copy link
Member

jlaine commented Nov 7, 2023

What value does this PR bring? You've introduce a variable named with a non-existent-word plat .. and ? You've maybe saved a second on a build process which runs how many hours?

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.

None yet

2 participants