Minor bugfix
This commit is contained in:
parent
aa8df17172
commit
1d7f2bf3bf
@ -427,9 +427,9 @@ class Stack(object):
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
_found = {}
|
||||
if 'Parameters' in self.cfn_data:
|
||||
_errors = []
|
||||
_found = {}
|
||||
self.cfn_parameters = []
|
||||
for p in self.cfn_data['Parameters']:
|
||||
# In Piped mode we try to resolve all Paramters first via stack_outputs
|
||||
|
Loading…
Reference in New Issue
Block a user