Skip to content

Commit ce42df4

Browse files
committed
Update semantics.py
1 parent d3c2208 commit ce42df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/semantics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __get_group_link_names(self, group):
7272
def __get_group_elem_by_name(self, group_name):
7373
for group_elem in self.root.findall('group'):
7474
if group_elem.attrib['name'] == group_name:
75-
return group_name
75+
return group_elem
7676

7777
def __get_group_joint_names(self, group):
7878
joint_names = []

0 commit comments

Comments
 (0)