election/tools
Tony Breeds 5fdebb419c render-wiki-list: Only remove the TC if needed
If the TC election hasn't been opened then render-wiki-list will fail with:
---
 Traceback (most recent call last):
   File "tools/render-wiki-list.py", line 31, in <module>
     main(sys.argv)
   File "tools/render-wiki-list.py", line 17, in main
     candidates_list['projects'].remove('TC')
 ValueError: list.remove(x): x not in list
---

Fix that

Change-Id: I5292655d14871b2b3047be0d2720423acfdab9e3
2016-03-11 16:52:38 +11:00
..
check-candidacy.py Use yaml keys to locate the project deliverables 2016-03-11 16:30:39 +11:00
check-new-candidacy.py Update path to 'env' so tool works on MacOS 2015-09-15 09:18:30 +10:00
render-wiki-list.py render-wiki-list: Only remove the TC if needed 2016-03-11 16:52:38 +11:00