Duh, continue skips iteration, not pass. #iamanidiot

This commit is contained in:
jaypipes@gmail.com
2011-02-21 13:55:25 -05:00
parent 08cb08c65e
commit c5a8b16bc2

View File

@@ -47,7 +47,7 @@ class ProjectTestCase(test.TestCase):
missing = set()
for contributor in contributors:
if contributor == 'nova-core':
pass
continue
if not contributor in authors_file:
missing.add(contributor)