mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
whitespace
This commit is contained in:
parent
cfc86239bb
commit
6f284aad59
@ -81,7 +81,7 @@ def listen(sock_dir, node, id=None):
|
||||
continue
|
||||
if opts['func_count']:
|
||||
data = ret.get('data', False)
|
||||
if data:
|
||||
if data:
|
||||
if 'id' in data.keys() and data.get('id', False) not in found_minions:
|
||||
if data['fun'] == opts['func_count']:
|
||||
jid_counter += 1
|
||||
|
Loading…
Reference in New Issue
Block a user