zkwurst / GSoC2017-GRASS-GIS

GNU General Public License v2.0
2 stars 1 forks source link

use cross-platform os.path.join #7

Closed petrasovaa closed 7 years ago

petrasovaa commented 7 years ago

In https://github.com/zkwurst/GSoC2017-GRASS-GIS/blob/master/r.in.usgsned/r.in.usgsned.py#L233

use os.path.join instead of dir + '/' + file, since the latter won't work on Windows.

zkwurst commented 7 years ago

Excellent point.