the-paperless-project / paperless

Scan, index, and archive all of your paper documents
GNU General Public License v3.0
7.85k stars 498 forks source link

Use os.walk() in find_renamed_document #703

Open jayme-github opened 3 years ago

jayme-github commented 3 years ago

I'm not sure why exactly, but directory traversing did not work for me when running the tests locally.

With os.walk() it does and it still works in travis :-)

jonaswinkler commented 3 years ago

Could anyone please enlighten me what find_renamed_document is used for? What is its purpose?

MasterofJOKers commented 3 years ago

find_renamed_docment was introduced with this PR https://github.com/the-paperless-project/paperless/pull/593