Skip to content

Commit 93c5637

Browse files
authored
Update detail.py
Updated the string
1 parent b73e3ab commit 93c5637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/hardware/detail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def cli(env, identifier, passwords, price, components):
6565
table.add_row(['created', result['provisionDate'] or formatting.blank()])
6666
table.add_row(['owner', owner or formatting.blank()])
6767

68-
last_transaction = f"{utils.lookup(result, 'lastTransaction', 'transactionGroup', 'name')}" + \
69-
f"({utils.clean_time(utils.lookup(result, 'lastTransaction', 'modifyDate'))})"
68+
last_transaction = f"{utils.lookup(result, 'lastTransaction', 'transactionGroup', 'name')} \
69+
({utils.clean_time(utils.lookup(result, 'lastTransaction', 'modifyDate'))})"
7070

7171
table.add_row(['last_transaction', last_transaction])
7272
table.add_row(['billing', 'Hourly' if result['hourlyBillingFlag'] else 'Monthly'])

0 commit comments

Comments
 (0)