We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c6d9c commit e9752a8Copy full SHA for e9752a8
1 file changed
SoftLayer/CLI/formatting.py
@@ -402,7 +402,6 @@ def _format_dict(result):
402
for key, value in result.items():
403
404
table_list = Table(['value'])
405
- print(str(value))
406
if str(value) == "[[], [], []]":
407
for item in value:
408
if str(item) == '[]':
0 commit comments