summaryrefslogtreecommitdiff
path: root/regenerate_index_html.py
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-10 21:35:31 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-10 21:49:40 +0100
commit59a03bf4cebbf752d22dc08b385fc9ff7ed24f3b (patch)
treef2c116b106b9e39e8c49f6661f031512248b2ac9 /regenerate_index_html.py
parent57f9efad9a7e33722eed0b22ffe23c1df8a9652d (diff)
downloadPROJ-data-59a03bf4cebbf752d22dc08b385fc9ff7ed24f3b.tar.gz
PROJ-data-59a03bf4cebbf752d22dc08b385fc9ff7ed24f3b.zip
Regenerate index
Diffstat (limited to 'regenerate_index_html.py')
-rwxr-xr-xregenerate_index_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regenerate_index_html.py b/regenerate_index_html.py
index 06fbb28..e75bdb0 100755
--- a/regenerate_index_html.py
+++ b/regenerate_index_html.py
@@ -60,7 +60,7 @@ for dirname in sorted(dirnames):
readme_filename = None
for f in glob.glob(dirname + '/*'):
f = os.path.basename(f)
- if f.endswith('.sh'):
+ if f.endswith('.sh') or f.endswith('.py'):
continue
if f.endswith('README.txt'):