move conditionsl logic and remove parens per lint #13157

This commit is contained in:
Thomas S Hatch 2014-06-02 10:09:25 -06:00
parent 733cc94276
commit e5eb257343

View File

@ -80,7 +80,7 @@ def ext_pillar(minion_id, pillar, key=None, only=()):
headers = {'accept': 'version=' + str(api) + ',application/json'}
if verify and not (cafile is None):
if verify and cafile is not None:
verify = cafile
resp = requests.get(