Merge pull request #820 from corcoran/master

Update for env variable name change
This commit is contained in:
Rob Loach 2018-04-02 21:06:45 -04:00 committed by GitHub
commit 9f9033cf06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -903,7 +903,7 @@ class wine(Runner):
def get_env(self, os_env=True):
env = super(wine, self).get_env(os_env)
if full:
if os_env:
env = os.environ.copy()
else:
env = {}