Skip to content

Commit 60a6feb

Browse files
author
caberos
committed
Fix Teams code review comments
1 parent 4443f0b commit 60a6feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/virt/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def cli(env, identifier, passwords=False, price=False):
7272
table.add_row(['preset', utils.lookup(result, 'billingItem',
7373
'orderItem',
7474
'preset',
75-
'keyName') or {}])
75+
'keyName') or '-'])
7676

7777
table.add_row(_get_owner_row(result))
7878
table.add_row(_get_vlan_table(result))

0 commit comments

Comments
 (0)