mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
Fixing an issue caused by attempting to sort Path objects. Directly using `<` is unsupported between these, so `sorted()` needs a key specified. "PurePath" objects support `>` while normal paths do not, causing the confusion. https://docs.python.org/3/library/pathlib.html |
||
---|---|---|
.. | ||
cv2_utils.py | ||
DFLJPG.py | ||
DFLPNG.py | ||
iter_utils.py | ||
os_utils.py | ||
Path_utils.py | ||
pickle_utils.py | ||
random_utils.py | ||
std_utils.py | ||
struct_utils.py |