Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper234 committed Mar 17, 2011
1 parent 0a64e17 commit e4558e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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

0 comments on commit e4558e2

Please sign in to comment.