Bugfix
This commit is contained in:
parent
54df655648
commit
139cf36d3c
@ -79,7 +79,7 @@ class CloudBender(object):
|
||||
|
||||
|
||||
def resolve_stacks(self, token):
|
||||
stacks = None
|
||||
stacks = []
|
||||
|
||||
# remove optional leading "config/" to allow bash path expansions
|
||||
if token.startswith("config/"):
|
||||
|
@ -222,7 +222,7 @@ class Stack(object):
|
||||
self._parse_metadata()
|
||||
|
||||
else:
|
||||
logger.debug('Using cached cfn template %s.', yaml_file)
|
||||
logger.debug('Using cached cfn template %s.', self.stackname)
|
||||
|
||||
|
||||
def validate(self):
|
||||
|
Loading…
Reference in New Issue
Block a user