Commit 16e50584 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix typo.

(My fault applying patch.)
parent 79412ce5
......@@ -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())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment