Fix broken ptl list tool
The current script is broken due to format changes in projects.yaml from governance project. We are now explicitly specifying the IRC and email for each name. This patch fixes it. Change-Id: I5f7f0d94f91923710b569a344c77bf47006aa99e
This commit is contained in:
parent
df629728b2
commit
97b77b760e
@ -50,8 +50,7 @@ def main():
|
||||
projects = project_data.keys()
|
||||
|
||||
nick_text = ' '.join([
|
||||
project_data[project]['ptl'].split('(')[1].split(')')[0]
|
||||
for project in projects
|
||||
project_data[p]['ptl']['irc'] for p in projects
|
||||
])
|
||||
|
||||
print(textwrap.fill(nick_text,
|
||||
|
Loading…
x
Reference in New Issue
Block a user