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 a5a665a commit 690476dCopy full SHA for 690476d
src/ansys/fluent/core/solver/flobject.py
@@ -1517,7 +1517,7 @@ def list_properties(self, object_name):
1517
# The generated parameter name is path_1 as the name path clashes with existing property.
1518
return self._root.list_properties(path_1=self.path, name=object_name)
1519
else:
1520
- return self.list_properties_1(object_name)
+ return self.list_properties_1(object_name=object_name)
1521
1522
1523
class CombinedNamedObject:
0 commit comments