mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 00:00:14 +00:00
Corrected subprocess.call invocation.
This commit is contained in:
parent
58d9cc9da7
commit
572f5d705a
@ -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…
x
Reference in New Issue
Block a user