Skip to content

Commit b466cd1

Browse files
fix: rebase variable name mixup
1 parent c1f2c86 commit b466cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gh/diffCheck/diffCheck/df_geometries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def __post_init__(self):
382382

383383
self._center: rg.Point3d = None
384384
self._axis: rg.Line = self.compute_axis()
385-
self.plane: rg.Plane = self.compute_plane()
385+
self._plane: rg.Plane = self.compute_plane()
386386
self._length: float = self._axis.Length
387387

388388
self.__uuid = uuid.uuid4().int

0 commit comments

Comments
 (0)