mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Do not fail if no user was found
This commit is contained in:
parent
c5f3488014
commit
2935b44876
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ def user_list(fields=None, filter=None, limit=None, offset=None):
|
|||
|
||||
result_list.append(entry)
|
||||
i += 1
|
||||
else:
|
||||
raise YunoHostError(167, _("No user found"))
|
||||
|
||||
return { 'Users' : result_list }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue