Closed aviadkam closed 10 months ago
There is an issue running the code on Windows machines because the folder separator on Windows is '/' and on Mac is '.' A best practice is to use path.join() in stead of hardcoding the path.
Yes your right, I have used join in the rest of the package but not here for some reason.
Merged, package re released at version 2.0.2
There is an issue running the code on Windows machines because the folder separator on Windows is '/' and on Mac is '.' A best practice is to use path.join() in stead of hardcoding the path.