diff options
| author | jaypipes@gmail.com <> | 2011-02-21 13:55:25 -0500 |
|---|---|---|
| committer | jaypipes@gmail.com <> | 2011-02-21 13:55:25 -0500 |
| commit | cf006cce87ce18cdf9d7705fcc2be05b912d4c3f (patch) | |
| tree | 655ffdab8c98f41ea157057b018468a35c91f9fc /nova | |
| parent | 8b30a903a4d2c5c6ffe44e58b8531ddc889492c0 (diff) | |
| download | nova-cf006cce87ce18cdf9d7705fcc2be05b912d4c3f.tar.gz nova-cf006cce87ce18cdf9d7705fcc2be05b912d4c3f.tar.xz nova-cf006cce87ce18cdf9d7705fcc2be05b912d4c3f.zip | |
Duh, continue skips iteration, not pass. #iamanidiot
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/test_misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_misc.py b/nova/tests/test_misc.py index 7a4d512a4..e6da6112a 100644 --- a/nova/tests/test_misc.py +++ b/nova/tests/test_misc.py @@ -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) |
