mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
commands/list: add blank line at the end
This commit is contained in:
parent
0d0bfdf6c7
commit
bab5f89283
@ -72,6 +72,7 @@ def list_targets():
|
|||||||
for target in targets:
|
for target in targets:
|
||||||
output.add_item(target.description or '', target.name)
|
output.add_item(target.description or '', target.name)
|
||||||
print(output.format_data())
|
print(output.format_data())
|
||||||
|
print('')
|
||||||
|
|
||||||
|
|
||||||
def list_plugins(args, filters):
|
def list_plugins(args, filters):
|
||||||
@ -97,6 +98,8 @@ def list_plugins(args, filters):
|
|||||||
output.add_item(get_summary(result), result.name)
|
output.add_item(get_summary(result), result.name)
|
||||||
print(output.format_data())
|
print(output.format_data())
|
||||||
|
|
||||||
|
print('')
|
||||||
|
|
||||||
|
|
||||||
def check_platform(plugin, platform):
|
def check_platform(plugin, platform):
|
||||||
supported_platforms = getattr(plugin, 'supported_platforms', [])
|
supported_platforms = getattr(plugin, 'supported_platforms', [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user