Skip to content

Commit 7be0cac

Browse files
author
Fernando Ojeda
committed
fixed vs create flavor test
1 parent 28a4e63 commit 7be0cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SoftLayer/CLI/virt/create.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ def cli(env, **args):
283283
ordering_mgr = SoftLayer.OrderingManager(env.client)
284284
preset_prices = ordering_mgr.get_preset_prices(result['presetId'])
285285
rate, total_preset_hourly, total_preset_monthly = get_total_recurring_fee(args, preset_prices, table,
286-
total_preset_hourly, total_preset_monthly)
286+
total_preset_hourly,
287+
total_preset_monthly)
287288

288289
rate, total_hourly, total_monthly = get_total_recurring_fee(args, result, table, total_hourly, total_monthly)
289290

0 commit comments

Comments
 (0)