whitespace

This commit is contained in:
Thomas S Hatch 2014-03-18 15:51:09 -06:00
parent cfc86239bb
commit 6f284aad59

View File

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