mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix yet more whitespace issues
This commit is contained in:
parent
468548a20f
commit
020c4f0710
@ -129,7 +129,7 @@ def ext_pillar(pillar, collection='pillar', id_field='_id', re_pattern=None,
|
||||
|
||||
|
||||
result = db[collection].find_one({id_field: minion_id}, fields=fields)
|
||||
if result :
|
||||
if result:
|
||||
if fields:
|
||||
log.debug("ext_pillar.mongo: found document, returning fields "
|
||||
"'{0}'".format(fields))
|
||||
|
Loading…
Reference in New Issue
Block a user