diff --git a/QIFData/scripts/QIF.py b/QIFData/scripts/QIF.py index a9e225d..9d718d3 100755 --- a/QIFData/scripts/QIF.py +++ b/QIFData/scripts/QIF.py @@ -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)