diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 674e938..0b2657b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -29,7 +29,7 @@ - + @@ -256,12 +256,13 @@ + - - + + @@ -289,7 +290,7 @@ - - - - - @@ -394,9 +395,16 @@ + + + + + + + - + diff --git a/backup/src/backup.py b/backup/src/backup.py index de5ec7c..a628b7f 100644 --- a/backup/src/backup.py +++ b/backup/src/backup.py @@ -25,7 +25,7 @@ def get_my_amis(conn): def find_target(target, reservations) : ip = utils.resolveIp(target) - print "Finding instance for {} (IP {)}) out of {} reservations".format(target, IP, len(reservations)) + print "Finding instance for {} (IP {)}) out of {} reservations".format(target, ip, len(reservations)) for reservation in reservations: # pdb.set_trace() instances = reservation.instances