10000 Remove 3.88 syntax to help build on old Python · StephLin/spatialmath-python@71bebd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71bebd4

Browse files
committed
Remove 3.88 syntax to help build on old Python
1 parent bbf898b commit 71bebd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spatialmath/DualQuaternion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def T(self):
310310
T = SE3.Rand()
311311
print(T)
312312

313-
print(aa := UnitDualQuaternion(T))
313+
aa = UnitDualQuaternion(T)
314+
print(aa)
314315
print(aa.norm())
315316
print(aa.T())

0 commit comments

Comments
 (0)
0