Fix typo.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 27 Nov 2009 19:07:59 +0000 (11:07 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 27 Nov 2009 19:07:59 +0000 (11:07 -0800)
(My fault applying patch.)

runtests.py

index 2ff4a3acbea8494cdf79c776f9bd42f23725d6c0..b85874a09359d357dbdaf67e05c0fc3aa0d103f9 100644 (file)
@@ -876,4 +876,4 @@ if __name__ == '__main__':
         import refnanny
         sys.stderr.write("\n".join([repr(x) for x in refnanny.reflog]))
 
-    sys.exit(not result.wasSuccessful()
+    sys.exit(not result.wasSuccessful())