Skip to content

Commit 690476d

Browse files
committed
fix: test
1 parent a5a665a commit 690476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/solver/flobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ def list_properties(self, object_name):
15171517
# The generated parameter name is path_1 as the name path clashes with existing property.
15181518
return self._root.list_properties(path_1=self.path, name=object_name)
15191519
else:
1520-
return self.list_properties_1(object_name)
1520+
return self.list_properties_1(object_name=object_name)
15211521

15221522

15231523
class CombinedNamedObject:

0 commit comments

Comments
 (0)