On 02/20/2015 08:47 PM, Brad s wrote:
[...]
print("command = %r" % (cmdargv,))
sfmove = subprocess.call(cmdargv)



also, is the % to Python what precision is to C++?


No.  It is like the % in C's printf().

     -=- Larry -=-

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to