Skip to content

Commit 6839f77

Browse files
committed
Improved name variable
1 parent 7700a06 commit 6839f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/virt/cancel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def cli(env, identifier):
2121
if not (env.skip_confirmations or formatting.no_going_back(vs_id)):
2222
raise exceptions.CLIAbort('Aborted')
2323

24-
vs = vsi.cancel_instance(vs_id)
24+
virtual_server = vsi.cancel_instance(vs_id)
2525

26-
if vs:
26+
if virtual_server:
2727
env.fout("The virtual server instance: {} was cancelled.".format(vs_id))

0 commit comments

Comments
 (0)