Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
draw3cards committed Mar 17, 2011
1 parent e4558e2 commit 421917e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -146,4 +146,4 @@ def main():
delete_oldest_backups(conn, number_of_backups_to_keep, target_description)
print "Done"

main()
main()

0 comments on commit 421917e

Please sign in to comment.