fixed log of the qif script

This commit is contained in:
Andrei Yankovich 2020-11-04 13:40:33 +03:00
parent 11c780a5ef
commit 816b4b2191

View File

@ -18,15 +18,15 @@ print("PLATFORM=" + PLATFORM)
print("VERSION=" + VERSION)
command = ["aqt",
"tool",
"--outputdir",
PATHQIF,
PLATFORM,
"tools_ifw",
VERSION,
" "]
"tool",
"--outputdir",
PATHQIF,
PLATFORM,
"tools_ifw",
VERSION,
" "]
print("command=" + "".join(command))
print("command=" + " ".join(command))
subprocess.call(command)