fix up the describe-instances script to work with rhel6 prettytable
This commit is contained in:
parent
ef53658c7f
commit
3e464e3fae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue