fengyanshi / FUNWAVE-TVD

43 stars 51 forks source link

updating string handling in postprocessing with windows python scripts #25

Closed SBFRF closed 2 years ago

SBFRF commented 6 years ago

I added a 'r' to the path strings to denote raw strings. This helps the paths as denoted on windows machines. I also added os.path.join to join these paths resulting in safer path handling.