jedelman8/pycsco

TypeError in CLIError

mirceaulinic opened this issue · 0 comments

File "/usr/local/lib/python2.7/dist-packages/pycsco/nxos/error.py", line 9, in __str__
    self.msg + '. Error Found on Command Number: ' + str((self.index) + 1)
TypeError: cannot concatenate 'str' and 'dict' objects

Can be reproduced when calling method show with a command that returns unstructured output (e.g.: show lldp neighbors detail)