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

Allow setting several paths in PYGAME_EXTRA_BASE #1989

Merged
merged 1 commit into from Jul 30, 2020
Merged

Allow setting several paths in PYGAME_EXTRA_BASE #1989

merged 1 commit into from Jul 30, 2020

Conversation

Gosha
Copy link
Contributor

@Gosha Gosha commented Jun 27, 2020

The variable is split on ":" and is stored in an array called extrabases, which implies that several paths are valid.

However, the loop just overwrites incdirs and libdirs, so only the last PATH in that variable is used.

The variable is split on "`:`" and stored in an array called `extrabases`, which implies that several paths are valid.
However, the loop just overwrites `incdirs` and `libdirs`, so only the last PATH in that variable is used.
@MyreMylar
Copy link
Contributor

This looks like a straight logic error to me - not much point iterating through a loop if you are just overwriting everything each cycle. @illume is likely the best person to confirm.

Copy link
Contributor

@MyreMylar MyreMylar left a comment

Choose a reason for hiding this comment

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

Approving this.

@MyreMylar MyreMylar merged commit e7b8334 into pygame:master Jul 30, 2020
@Gosha Gosha deleted the patch-1 branch July 30, 2020 15:51
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

3 participants