Fix merge wart

This commit is contained in:
Daniel A. Wozniak 2019-04-12 03:58:00 +00:00
parent 2ed650b91f
commit 876dd18e9b
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -774,7 +774,7 @@ class Pillar(object):
matched_pstates = fnmatch.filter(
self.avail[saltenv],
sub_sls.lstrip('.').replace('/', '.'),
))
)
except KeyError:
errors.extend(
['No matching pillar environment for environment '