mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
include awxkit CI in zuul runs
additionally, fix up some flake8 failures
This commit is contained in:
@@ -148,13 +148,16 @@ def format_human(output, fmt):
|
||||
else:
|
||||
output = [output]
|
||||
|
||||
return tabulate([
|
||||
return tabulate(
|
||||
[
|
||||
dict(
|
||||
(col, record.get(col, ''))
|
||||
for col in column_names
|
||||
)
|
||||
for record in output
|
||||
], headers='keys', tablefmt='rst'
|
||||
],
|
||||
headers='keys',
|
||||
tablefmt='rst'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user