It's a dict - git problems...

This commit is contained in:
rallytime 2015-08-13 10:40:53 -06:00
parent 39d3eb66f0
commit 5edabfd271

View file

@ -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,