aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp.py b/test/lisp.py
index 7b803adb072..2dace8f2f74 100644
--- a/test/lisp.py
+++ b/test/lisp.py
@@ -64,7 +64,7 @@ class VppLispLocator(VppObject):
@property
def priority(self):
- return self.priority
+ return self._priority
@property
def weight(self):