Corrected subprocess.call invocation.
This commit is contained in:
parent
58d9cc9da7
commit
572f5d705a
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ def InstallFilteredHook(target, source, env):
|
|||
command = command % ("50%", source, target)
|
||||
if env["verbose"]:
|
||||
print command
|
||||
call(command)
|
||||
call(Split(command))
|
||||
return None
|
||||
# Just copy non-images, and images if tinygui is off
|
||||
if env["verbose"]:
|
||||
|
|
Loading…
Add table
Reference in a new issue