Skip to content

Commit a8ba743

Browse files
Fixed code review comments
1 parent 88bab43 commit a8ba743

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SoftLayer/CLI/bandwidth/pools_delete.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ def cli(env, identifier):
1616
manager = BandwidthManager(env.client)
1717
bandwidth_pool = manager.delete_pool(identifier)
1818

19-
if bandwidth_pool:
20-
env.fout(f"Bandwidth pool with ID {identifier} was programmed to will delete")
19+
env.fout(f"Bandwidth pool {identifier} has been scheduled for deletion.")

0 commit comments

Comments
 (0)