fix up the describe-instances script to work with rhel6 prettytable

This commit is contained in:
Seth Vidal 2012-12-14 04:51:35 +00:00
parent ef53658c7f
commit 3e464e3fae

View file

@ -69,7 +69,7 @@ if __name__ == '__main__':
net = '%s' % i.ip_address
pt.add_row([r.id, i.id, accts[r.owner_id], i.state, net, i.key_name, i.instance_type, start])
pt.printt(sortby='start', reversesort=True)
print pt.get_string(sortby='start', reversesort=True)