We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bb3f1 + 1e47c34 commit c03851fCopy full SHA for c03851f
SoftLayer/CLI/account/cancel_item.py
@@ -15,4 +15,5 @@ def cli(env, identifier):
15
manager = AccountManager(env.client)
16
item = manager.cancel_item(identifier)
17
18
- env.fout(item)
+ if item:
19
+ env.fout("Item: {} was cancelled.".format(identifier))
0 commit comments