From abe70d6df96ab70bdc3946197561317b0a5231bc Mon Sep 17 00:00:00 2001 From: James Brombegrer Date: Fri, 7 Feb 2014 15:21:07 +0000 Subject: [PATCH] Missing closing brace. --- providers/ec2/tasks/ami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/ec2/tasks/ami.py b/providers/ec2/tasks/ami.py index bf8a987..fc463de 100644 --- a/providers/ec2/tasks/ami.py +++ b/providers/ec2/tasks/ami.py @@ -130,7 +130,7 @@ class RegisterAMI(Task): {'i386': 'aki-908f1da9', # pv-grub-hd0_1.04-i386.gz 'amd64': 'aki-9e8f1da7' # pv-grub-hd0_1.04-x86_64.gz } - + } @classmethod def run(cls, info): registration_params = {'name': info.ami_name,