jessezach / RobotEyes

Image comparison for Robot Framework
MIT License
75 stars 24 forks source link

Make path to be independent to the platform #58

Closed idxn closed 4 years ago

idxn commented 4 years ago

Currently, the robot eyes use the explicit '/' as path separator so some modules will have a problem on windows. This PR fixes the issue.

jessezach commented 4 years ago

@idxn Will get this out as part of the next release this week. Thanks for the fix.

jessezach commented 4 years ago

@idxn I have merged the PR with new features and fixes into the the release branch. I may have fixed some of the issues related to separator. Could you please rebase your branch with the release branch and fix the conflicts?

jessezach commented 4 years ago

I was able to fix the conflicts. Merging this.