Treating paths as strings is a bad assumption.
frenzeldk opened this issue · 3 comments
frenzeldk commented
Currently Staffeli assumes specific string representations of paths. This leads to an incompatibility with e.g. PowerShell as it prepends .\
to all relative paths.
oleks commented
I'm not sure what you are suggesting in place of Python strings?
oleks commented
Closing this as I don't understand what the suggested alternative is to using os.path
-functions.