Skip to content

Commit 553de59

Browse files
fix: Missing non initialized variable (#165)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 6722f12 commit 553de59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/165.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Missing non initialized variable

src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(
9797
# objects to actors mapping
9898
self._object_to_actors_map = {}
9999
self._enable_widgets = enable_widgets
100+
self._show_edges = None
100101

101102
@property
102103
def scene(self) -> PyVistaPlotter:

0 commit comments

Comments
 (0)