1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-03-18 22:01:37 +00:00
Files
dupeguru/core/directories.py
Virgil Dupras d5fef949e9 directories: un-recurse get_files() and get_state()
These methods were previously called recursively and it seemed to cause
problems in some cases. The recursive nature of these functions not
bringing any notable advantage and `os.walk()` being of better style
anyway, I removed that recursive nature.

Hopefully fixes #421
2017-10-08 20:35:58 -04:00

9.3 KiB