We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b298d0 commit af33340Copy full SHA for af33340
src/ansys/tools/visualization_interface/backends/plotly/plotly_interface.py
@@ -206,7 +206,7 @@ def show(self,
206
The figure of the plot if in doc building environment. Else, None.
207
"""
208
import os
209
- if os.environ["PYANSYS_VISUALIZER_DOC_MODE"]:
+ if os.environ.get("PYANSYS_VISUALIZER_DOC_MODE"):
210
return self._fig
211
212
if plottable_object is not None:
0 commit comments