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:
tengqm 2016-01-13 00:09:20 -05:00
parent df629728b2
commit 97b77b760e
1 changed files with 1 additions and 2 deletions

View File

@ -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,