Merge branch 'Torantulino:master' into add_ingest_documents_script

This commit is contained in:
Maiko Bossuyt
2023-04-12 22:52:08 +02:00
committed by GitHub
21 changed files with 121 additions and 37 deletions

View File

@@ -136,4 +136,4 @@ def search_files(directory):
relative_path = os.path.relpath(os.path.join(root, file), working_directory)
found_files.append(relative_path)
return found_files
return found_files