Skip to content

Commit 175081a

Browse files
caberoscaberos
authored andcommitted
slcli vs capture uses a deprecated API
1 parent d60feb1 commit 175081a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/virt/capture.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def cli(env, identifier, name, all, note):
2424
vs_id = helpers.resolve_id(vsi.resolve_ids, identifier, 'VS')
2525

2626
capture = vsi.capture(vs_id, name, all, note)
27-
28-
print(capture)
27+
2928

3029
table = formatting.KeyValueTable(['name', 'value'])
3130
table.align['name'] = 'r'

0 commit comments

Comments
 (0)