Gabriel-Desharnais / Modis-python-suite

Python module to download modis data
MIT License
10 stars 6 forks source link

os.path.join used to append to file paths #6

Closed timstevens1 closed 7 years ago

timstevens1 commented 7 years ago

Hello, I was having issues with the downloader and I found that Downloader.py works more reliably if os.path.join is used to append files to a file path string instead of hardcoded slashes. These changes are reflected here.

-Tim