diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-01-26 15:33:08 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-01-26 15:33:08 -0800 |
commit | dc0b34cf00f0e91de20f6d608013fb0b44bb01ce (patch) | |
tree | 480ed072ee9eb1d9cc13d60ca9912d82624532ee | |
parent | 25ddb4f261ebedd8d4ab5b0c26bd3af24ffaef03 (diff) |
Fix for stray tab character breaking the coding standard policy hook.
-rwxr-xr-x | scripts/template_verifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py index d5fc119270..adcfcbcae6 100755 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py @@ -103,7 +103,7 @@ MESSAGE_TEMPLATE = 'message_template.msg' PRODUCTION_ACCEPTABLE = (compatibility.Same, compatibility.Newer) DEVELOPMENT_ACCEPTABLE = ( compatibility.Same, compatibility.Newer, - compatibility.Older, compatibility.Mixed) + compatibility.Older, compatibility.Mixed) MAX_MASTER_AGE = 60 * 60 * 4 # refresh master cache every 4 hours |