kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

upload_photos_by_exif.py fails on case-sensitive file system #4

Closed ToeBee closed 8 years ago

ToeBee commented 8 years ago

There is a p.lower() on line 295 that is used to lowercase the photo file name to check for jpg or jpeg but the same lowercased file name is used later to try and actually open the file for uploading. This results in a FileNotFoundError on line 54

bogdan-racasan commented 8 years ago

Thanks for reporting.