Skip to content

Commit 1965321

Browse files
authored
Merge pull request #786 from mapillary/feat-36p
Add .36p to list of supported file extensions
2 parents 9040c78 + 2dcc4ad commit 1965321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mapillary_tools/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def is_image_file(path: Path) -> bool:
3131
".tiff",
3232
".pgm",
3333
".pnm",
34+
".36p",
3435
)
3536

3637

0 commit comments

Comments
 (0)