Diffusion Craft 5c8df5ccbf74

On Windows environment variables are case insensitive, much like the rest of…

Authored by bcooksley on Sep 9 2018, 9:48 AM.

Description

On Windows environment variables are case insensitive, much like the rest of the Operating System. For reasons unknown however, the Visual Studio setup scripts change 'PATH' to 'Path' when they are run. This causes Python issues because it's dict's treat keys on a case sensitive basis.

We therefore special case Path -> PATH to ensure this doesn't happen

Details

Committed
bcooksleySep 9 2018, 9:48 AM
Parents
R138:100afc171568: Don't use copy.deepcopy with os.environ Despite what the name suggests, os.
Branches
Unknown
Tags
Unknown