Skip to content

Fix key error on 32 bit systems#357

Open
ddodson3 wants to merge 1 commit intokemayo:python3from
ddodson3:python3
Open

Fix key error on 32 bit systems#357
ddodson3 wants to merge 1 commit intokemayo:python3from
ddodson3:python3

Conversation

@ddodson3
Copy link

Small fix to check if "ProgramFiles(x86)" is an environment variable before adding it to the list of extra paths. Fixes error #290.

Copy link
Owner

Choose a reason for hiding this comment

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

It'd be more idiomatic to write this as if "ProgramFiles(x86)" in os.environ:

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