Closed erik closed 6 years ago
We always want to use the posix behavior here, as os.path.normpath unexpectedly converts / -> \ on Windows.
os.path.normpath
/
\
See #11 for more context.
We always want to use the posix behavior here, as
os.path.normpath
unexpectedly converts/
->\
on Windows.See #11 for more context.