s/find_id_list/find_object/
This commit is contained in:
parent
0f75a86185
commit
6591785a10
5 changed files with 11 additions and 11 deletions
|
|
@ -46,7 +46,7 @@ def empty(value):
|
|||
return True
|
||||
return False
|
||||
|
||||
def find_id_list(mylist, _id, error=None):
|
||||
def find_object(mylist, _id, error=None):
|
||||
"""
|
||||
Very simple tools to return an object with the matching _id
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue