On Mon, 31 Oct 2011 13:16:25 -0700, extraspecialbitter wrote:
> cmd = 'ethtool %interface'
Do you perhaps mean:
cmd = 'ethtool %s' % (interface, )
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 31 Oct 2011 13:16:25 -0700, extraspecialbitter wrote:
> cmd = 'ethtool %interface'
Do you perhaps mean:
cmd = 'ethtool %s' % (interface, )
--
http://mail.python.org/mailman/listinfo/python-list