diff options
| author | George Marques | 2016-09-10 12:08:04 -0300 |
|---|---|---|
| committer | George Marques | 2016-09-10 12:08:04 -0300 |
| commit | aad87ab1b6ef536837b7ce7a612dfc0ad422114b (patch) | |
| tree | c6d70252da3312aa9c68b9eabefa77003be11338 /methods.py | |
| parent | c5b738511029ab27746b1ae34cfaaf056dc5902b (diff) | |
| download | godot-aad87ab1b6ef536837b7ce7a612dfc0ad422114b.tar.gz godot-aad87ab1b6ef536837b7ce7a612dfc0ad422114b.tar.zst godot-aad87ab1b6ef536837b7ce7a612dfc0ad422114b.zip | |
Diffstat (limited to 'methods.py')
| -rwxr-xr-x | methods.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods.py b/methods.py index 8c99794d7..c28ed55dd 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)) : |
