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 eabff4b commit 64a0f74Copy full SHA for 64a0f74
src/ansys/dpf/core/workflow.py
@@ -1059,4 +1059,4 @@ def required_plugins(self) -> list[str]:
1059
spec = dpf.core.dpf_operator.Operator.operator_specification(op_name, self._server)
1060
plugin_name = spec.properties["plugin"]
1061
out.append(plugin_name)
1062
- return list(set(out))
+ return sorted(list(set(out)))
0 commit comments