Fix OSC protectable show formatting
Change-Id: I353a9e2938335e1de3d1b2902a780039e03e5b7c
This commit is contained in:
@@ -63,6 +63,9 @@ class ShowProtectable(command.ShowOne):
|
||||
parsed_args.protectable_type)
|
||||
|
||||
protectable._info.pop("links", None)
|
||||
if 'dependent_types' in protectable._info:
|
||||
protectable._info['dependent_types'] = "\n".join(
|
||||
protectable._info['dependent_types'])
|
||||
return zip(*sorted(protectable._info.items()))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user