diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-11 14:40:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-11 14:40:11 +0100 |
| commit | 4f5b4ea62df05cd9c49869aabbbac71d5534bb59 (patch) | |
| tree | 954c13934a88c2119ec81ad11d9599a24764da3d /regenerate_index_html.py | |
| parent | 8393be9f6a31e493610b27d26370d7ccb067d4ec (diff) | |
| parent | 59a03bf4cebbf752d22dc08b385fc9ff7ed24f3b (diff) | |
| download | PROJ-data-4f5b4ea62df05cd9c49869aabbbac71d5534bb59.tar.gz PROJ-data-4f5b4ea62df05cd9c49869aabbbac71d5534bb59.zip | |
Merge pull request #16 from rouault/add_nc_dittt
Add nc_dittt/ grids for New Caledonia (fixes #14)
Diffstat (limited to 'regenerate_index_html.py')
| -rwxr-xr-x | regenerate_index_html.py | 2 |
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'): |
