simple question:
why this doesnt work?
test = 2
print subprocess.check_output(["program",
"-v",
"-a5",
"-t%i", <----------
"-oURL",
"-uUSER",
"-pPASS"]) % (test)
with “-t1” or other value, it work perfectly.
Did you mean to do this?