valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Slash handling when using Windows #68

Closed akx closed 3 years ago

akx commented 3 years ago

A customer using Windows just got an error python: can't open file '.model.py': [Errno 2] No such file or directory due to having .\model.py instead of ./model.py in their yaml.

Could it be possible for utils to handle cases like this automatically?