You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering a PosixPath (e.g. from using pathlib) as input to a new Knead instance because it is not a string dataknead will think this is Python data (a native type), and will give back a stringified path as data instead of the file contents. This should be changed so that instances of PosixPath are recognised and treated as file paths.
The text was updated successfully, but these errors were encountered:
When entering a PosixPath (e.g. from using
pathlib
) as input to a newKnead
instance because it is not a stringdataknead
will think this is Python data (a native type), and will give back a stringified path as data instead of the file contents. This should be changed so that instances ofPosixPath
are recognised and treated as file paths.The text was updated successfully, but these errors were encountered: