# HG changeset patch # User timeless # Date 1304259051 -7200 # Node ID eebf196a8bbe91958103d9cf5da978f4635f36b5 # Parent 673abd43210405a2e97b2b48cce92a0b64b7c618 check-code: allow for checking multiple pattern sets per file diff -r 673abd432104 -r eebf196a8bbe contrib/check-code.py --- a/contrib/check-code.py Sun May 01 15:55:00 2011 +0200 +++ b/contrib/check-code.py Sun May 01 16:10:51 2011 +0200 @@ -314,7 +314,6 @@ if maxerr is not None and fc >= maxerr: print " (too many errors, giving up)" break - break return result if __name__ == "__main__":