Minor bugfix

This commit is contained in:
Stefan Reimer 2020-06-25 14:09:27 +01:00
parent aa8df17172
commit 1d7f2bf3bf
1 changed files with 1 additions and 1 deletions

View File

@ -427,9 +427,9 @@ class Stack(object):
except KeyError: except KeyError:
pass pass
_found = {}
if 'Parameters' in self.cfn_data: if 'Parameters' in self.cfn_data:
_errors = [] _errors = []
_found = {}
self.cfn_parameters = [] self.cfn_parameters = []
for p in self.cfn_data['Parameters']: for p in self.cfn_data['Parameters']:
# In Piped mode we try to resolve all Paramters first via stack_outputs # In Piped mode we try to resolve all Paramters first via stack_outputs