VTL: test/lisp.py Fix recursion error.
Accessing priority causes a recursion error. Change-Id: Ic8cc5c9e198b7da955bc24ea116e9826004cad5e Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Florin Coras

parent
6d9e045b00
commit
a0d82d6810
@ -64,7 +64,7 @@ class VppLispLocator(VppObject):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def priority(self):
|
def priority(self):
|
||||||
return self.priority
|
return self._priority
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def weight(self):
|
def weight(self):
|
||||||
|
Reference in New Issue
Block a user