mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix etcd_return pylint error
This commit is contained in:
parent
79b3f0d7d0
commit
e4d8db4160
@ -116,7 +116,7 @@ def get_load(jid):
|
||||
Return the load data that marks a specified jid
|
||||
'''
|
||||
client, path = _get_conn(__opts__)
|
||||
return json.loads(client.get('/'.join(path, 'jobs', jid, '.load.p')))
|
||||
return json.loads(client.get('/'.join((path, 'jobs', jid, '.load.p'))))
|
||||
|
||||
|
||||
def get_jid(jid):
|
||||
|
Loading…
Reference in New Issue
Block a user