# HG changeset patch # User Simon Heimberg # Date 2014-01-07 21:28:45 # Node ID 81e905790b306d346672495f5ec923848c4280ec # Parent 0d32dd60016c58dfaf5bd38a975c0d9beb571b16 check-code: do not skip entire file, skip only one match instead Skipping of the entire file has been introduced in bc3b48b0f5c8. diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -225,7 +225,7 @@ pypats = [ (r'^\s*except.* as .*:', "except as not available in Python 2.4"), (r'^\s*os\.path\.relpath', "relpath not available in Python 2.4"), (r'(?