summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmethods.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods.py b/methods.py
index 8c99794d7a..c28ed55dda 100755
--- a/methods.py
+++ b/methods.py
@@ -1379,6 +1379,7 @@ def use_windows_spawn_fix(self, platform=None):
cmdline = cmd + " " + newargs
rv=0
+ env = {str(key): str(value) for key, value in env.iteritems()}
if len(cmdline) > 32000 and cmd.endswith("ar") :
cmdline = cmd + " " + args[1] + " " + args[2] + " "
for i in range(3,len(args)) :