jsribaud / pyAPPSS

2 stars 4 forks source link

convert.py OS Fix #8

Closed ezkline closed 2 years ago

ezkline commented 2 years ago

Errors arose with windows filepaths being formatted noticeably different from unix-based filepaths. I tried to correct this with one method, which didn't work, but I've made a hacky fixed that should solve the problem - just checking if the OS is windows, and changing an input slightly if so.