Skip to content

Commit

Permalink
2 bytes less to download
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 10, 2012
1 parent af00973 commit 3ee3ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@ def run(self):
suite = unittest.TestLoader().loadTestsFromName(self.test_suite)

result = unittest.TextTestRunner(verbosity=verbosity).run(suite)
if (not result.wasSuccessful()):
if not result.wasSuccessful():
sys.exit(1)


Expand Down

0 comments on commit 3ee3ec2

Please sign in to comment.