Merge "Failed to create job using freezer-web-ui"

This commit is contained in:
Jenkins 2017-06-06 19:05:42 +00:00 committed by Gerrit Code Review
commit 3aa37ab394
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ class Client(object):
return [utils.ClientObject(
c.get('client', {}).get('hostname'),
c.get('client', {}).get('client_id'),
c.get('uuid')
c.get('client', {}).get('uuid')
) for c in clients]
def get(self, client_id, json=False):