Skip to content

Commit

Permalink
Try fix doc generation for 06-stress_gradient_path.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoldfish01 committed Jul 19, 2022
1 parent 6d3f0f7 commit 7d7f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/dpf/core/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_data(self):
elif type_output == "meshes_container":
type_output = types.meshes_container

return self._operator().get_output(self._pin, type_output)
return self._operator.get_output(self._pin, type_output)

def __call__(self):
return self.get_data()
Expand Down

0 comments on commit 7d7f959

Please sign in to comment.