On 30/05/18 06:51, Chris Angelico wrote:
On Wed, May 30, 2018 at 3:44 PM, MrMagoo2018 wrote:
Hello folks, imagine I have the code below and I am getting the "error" message
when attempting to print() the output of 'sw_report'.
Can you suggest which method I should use to retrieve this? Is that
On Wed, May 30, 2018 at 3:44 PM, MrMagoo2018 wrote:
> Hello folks, imagine I have the code below and I am getting the "error"
> message when attempting to print() the output of 'sw_report'.
> Can you suggest which method I should use to retrieve this? Is that a
> dictionary maybe?
>
> from arist
Hello folks, imagine I have the code below and I am getting the "error" message
when attempting to print() the output of 'sw_report'.
Can you suggest which method I should use to retrieve this? Is that a
dictionary maybe?
from arista import arista
m = arista()
m.authenticate ("user","password")