Guekka / bethutil

Common utilities for working with bethesda assets (dds, nif, bsa, hkx...)
https://guekka.github.io/bethutil/
Mozilla Public License 2.0
4 stars 1 forks source link

Inspect all path comparisons #41

Open Guekka opened 2 months ago

Guekka commented 2 months ago

Path comparison is dangerous because a != b does not implies !equivalents(a, b) Maybe we should ban path comparison using == and provide an explicit function