BUG: incorrect path comparison #5062
Labels
source::community
catch-all for issues filed by community members
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
Please do not use string comparison for comparing paths. Consider normalizing the paths before comparison using
os.path.normpath
or use the Path class etc.conda-build/conda_build/post.py
Line 466 in c71c4ab
I am hitting this assert since one of the paths has an extra path separator at the end (otherwise both paths are identical to each other).
The text was updated successfully, but these errors were encountered: