This commit is contained in:
Stefan Reimer 2019-02-04 15:59:28 +00:00
parent 54df655648
commit 139cf36d3c
2 changed files with 2 additions and 2 deletions

View File

@ -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/"):

View File

@ -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):