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.
1 parent f1922ab commit daeaff4Copy full SHA for daeaff4
SoftLayer/CLI/autoscale/tag.py
@@ -31,4 +31,3 @@ def cli(env, identifier, tags):
31
click.echo("Setting tags for {}".format(real_guest.get('hostname')))
32
vsmanager.set_tags(tags, real_guest.get('id'),)
33
click.echo("Done")
34
- # pp(guests)
0 commit comments