PadLex / SvgToGcode

MIT License
46 stars 27 forks source link

Generalize path construction in tests #2

Closed dacunni closed 3 years ago

dacunni commented 3 years ago

This changes the way paths are constructed to use os.path.join() instead using of "\" in format strings. This should construct paths properly across operating systems. The problem was identified on macos, where paths are separated by '/' instead of '\' like on Windows.