Open-Source-Spatial-Clean-Cooking-Tool / OnStove

This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
MIT License
7 stars 8 forks source link

Data download breaks in Ubuntu #375

Open camiloramirezgo opened 1 year ago

camiloramirezgo commented 1 year ago

In the Utils.py in the example folder, we should avoid using backward slashes in the files paths. Change either to forward slashes or use os.path.join().