Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1097

Re: transform strange behaviour

$
0
0

Hello,

 

try this :

 

evt.summary = "Vlan: " + str(evt.vtpVlanIndex)

instead of

evt.summary = "Vlan: " + evt.vtpVlanIndex

 

I suppose you are adding an integer to string which makes the transform crash.

 

Good luck,


Viewing all articles
Browse latest Browse all 1097

Trending Articles