ShervanGharari / EASYMORE

EASYMORE; EArth SYstem MOdeling REmapper
GNU General Public License v3.0
24 stars 21 forks source link

`easymore` is fussy about `/` in path strings #83

Open kasra-keshavarz opened 8 months ago

kasra-keshavarz commented 8 months ago

Original reported by: @sujata91

This can cause issues for users, as easymore has shown to be fussy about /'s in the path addresses. This can be easily avoided by using either pathlib or os.path modules.

I think the solution is fairly straightforward.