EarthObservation / RVT_py

Relief Visualization Toolbox in Python
Apache License 2.0
25 stars 6 forks source link

System dependent path string #14

Closed MattPainter01 closed 1 year ago

MattPainter01 commented 1 year ago

Hey, Big fan of your library!

When trying to run a blend, I found that I had to change this line to use linux file separators.

https://github.com/EarthObservation/RVT_py/blob/4d212b414cebe3112854654c8195a020c7d9ccdc/rvt/blend.py#L356

I think everywhere else you use os.path.join(...) to get system independent paths. Thought I should point this one out!

I'm happy to put in a PR with this change if you like.

zm8597 commented 1 year ago

Hey 😃, thank you very much for bringing that up! I will fix it right now. We really appriciate bug reports.