wrapper: env should have string keys
This commit is contained in:
parent
fa063cda8b
commit
389cba3f7d
@ -144,7 +144,7 @@ else:
|
|||||||
env[searchvar] = search
|
env[searchvar] = search
|
||||||
|
|
||||||
env['RESOURCE_PREPEND'] = "@COMPILED_RESOURCE_DIR@"
|
env['RESOURCE_PREPEND'] = "@COMPILED_RESOURCE_DIR@"
|
||||||
env['FBX_IGNORE_TODO'] = 1
|
env['FBX_IGNORE_TODO'] = '1'
|
||||||
|
|
||||||
# It's probably unnecessary to pipe std
|
# It's probably unnecessary to pipe std
|
||||||
res = subprocess.run(sys.argv[1:], env=env, stderr=sys.stderr, stdout=sys.stdout)
|
res = subprocess.run(sys.argv[1:], env=env, stderr=sys.stderr, stdout=sys.stdout)
|
||||||
|
Loading…
Reference in New Issue
Block a user