paperless icon indicating copy to clipboard operation
paperless copied to clipboard

Use os.walk() in find_renamed_document

Open jayme-github opened this issue 5 years ago • 2 comments

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 :-)

jayme-github avatar Oct 18 '20 11:10 jayme-github

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

jonaswinkler avatar Nov 27 '20 15:11 jonaswinkler

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

MasterofJOKers avatar Dec 20 '20 23:12 MasterofJOKers