From a9fe65443f78a0ca91e076f4ee61e1f7713bf3cd Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jun 2010 10:46:26 -0400 Subject: [PATCH] Fix /doc/build/ -> ./doc/build/ in update_copyright.py --- update_copyright.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_copyright.py b/update_copyright.py index c71cd91..36bb6c9 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -87,8 +87,8 @@ ALIASES = { ['pancaldi.paolo'], } -IGNORED_PATHS = ['./.hg/', './doc/img', './test/data/', - './build/', '/doc/build/'] +IGNORED_PATHS = ['./.hg/', './doc/img/', './test/data/', + './build/', './doc/build/'] IGNORED_FILES = ['COPYING', 'COPYING.LESSER'] # Work around missing author holes in the VCS history -- 2.26.2