Skip to content

Commit ca7cc9c

Browse files
committed
fix tox analysis and conflicts
1 parent 5e00684 commit ca7cc9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftLayer/CLI/subnet/edit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def cli(env, identifier, tags, note):
3232

3333

3434
def print_result(result, detail):
35+
"""Prints a successfully or Failed message."""
3536
if result:
3637
click.secho("{} successfully".format(detail), fg='green')
3738
else:

0 commit comments

Comments
 (0)