Commit 7783ecef by Feanil Patel

Fix spelling.

parent e7e2ea39
...@@ -60,7 +60,7 @@ def create_stack(stack_name, template, region='us-east-1', blocking=True, temp_b ...@@ -60,7 +60,7 @@ def create_stack(stack_name, template, region='us-east-1', blocking=True, temp_b
break break
if status in FAILURE_STATES: if status in FAILURE_STATES:
raise Excoption('Creation Failed. Stack Status: {}, ID:{}'.format( raise Exception('Creation Failed. Stack Status: {}, ID:{}'.format(
status, stack_id)) status, stack_id))
return stack_id return stack_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment