Commit db1db2ad by Feanil Patel

Remove the remove_file function call since the function doesn't exist yet.

parent 61509b64
......@@ -56,8 +56,6 @@ def create_stack(stack_name, template, region='us-east-1', blocking=True,
print(e.message)
raise e
remove_file(temp_bucket, key_name)
status = None
while blocking:
sleep(5)
......
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