mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
It's a dict - git problems...
This commit is contained in:
parent
39d3eb66f0
commit
5edabfd271
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ def user_get(user_id=None, name=None, profile=None, **connection_args):
|
|||
user_id
|
||||
)
|
||||
)
|
||||
return {'Could not find user \'{0}\''.format(user_id)}
|
||||
return {'Error': 'Could not find user \'{0}\''.format(user_id)}
|
||||
|
||||
ret[user.name] = {'id': user.id,
|
||||
'name': user.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue