Skip to content

Commit 7d7f959

Browse files
committed
Try fix doc generation for 06-stress_gradient_path.py
1 parent 6d3f0f7 commit 7d7f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/dpf/core/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_data(self):
5050
elif type_output == "meshes_container":
5151
type_output = types.meshes_container
5252

53-
return self._operator().get_output(self._pin, type_output)
53+
return self._operator.get_output(self._pin, type_output)
5454

5555
def __call__(self):
5656
return self.get_data()

0 commit comments

Comments
 (0)