Add Pathlib support in FileSet and FileInfo #379
Labels
API changes
Affect user’s comprehension
discussion
Conversation about feature ideas
feature
Brand new functionality
It would be nice if
Pathlib.Path
was fully supported inFileSet
andFileInfo
. I haven't tested how (in)complete it currently works to add Path instances rather than strings representings paths, but at least noPathlib
is used at all intest_fileset.py
, and although creating aFileInfo
instances wherepath
is apathlib.Path
instance, it currently (and with #378) compares unequal to anotherFileInfo
instance where a string represents the same path, which I don't think is desirable.The text was updated successfully, but these errors were encountered: