Skip to content
Snippets Groups Projects
Commit c0ac539a authored by Campbell Barton's avatar Campbell Barton
Browse files

remove unintended return

parent 0b5dd429
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ def elem_find_iter(elem, id_search):
for fbx_item in elem.elems:
if fbx_item.id == id_search:
yield fbx_item
return []
def elem_find_first_string(elem, id_search):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment