VTL: test/lisp.py Fix recursion error.
[vpp.git] / test / lisp.py
index 7b803ad..2dace8f 100644 (file)
@@ -64,7 +64,7 @@ class VppLispLocator(VppObject):
 
     @property
     def priority(self):
-        return self.priority
+        return self._priority
 
     @property
     def weight(self):