Skip to content

Commit

Permalink
Update dem2basin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardestylewis committed Nov 4, 2021
1 parent 734b322 commit eeb36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dem2basin/dem2basin.py
Expand Up @@ -1136,7 +1136,7 @@ def get_bounding_boxes_by_project(
print(projects)

dem_tilenames = []
filetypes = ('*.img', '*.dem', '*.tif', '*.jp2')
filetypes = ('.img', '.dem', '.tif', '.jp2')
for filetype in filetypes:
print(filetype)
for project in projects:
Expand Down

0 comments on commit eeb36a9

Please sign in to comment.