Quantcast
Viewing all articles
Browse latest Browse all 1097

Re: transform strange behaviour

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