commit | a0d82d68108a65ee28f7629da7eed74005b131c4 | [log] [tgz] |
---|---|---|
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | Sun Jan 20 16:36:01 2019 -0800 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Jan 22 05:04:36 2019 +0000 |
tree | d7d45606270772933221d58e1a6226dd4b3e7474 | |
parent | 6d9e045b00e12c1e195342925c444a8d3756acbd [diff] |
VTL: test/lisp.py Fix recursion error. Accessing priority causes a recursion error. Change-Id: Ic8cc5c9e198b7da955bc24ea116e9826004cad5e Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
diff --git a/test/lisp.py b/test/lisp.py index 7b803ad..2dace8f 100644 --- a/test/lisp.py +++ b/test/lisp.py
@@ -64,7 +64,7 @@ @property def priority(self): - return self.priority + return self._priority @property def weight(self):