mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Bug fixes, text encoding tag
This commit is contained in:
@@ -41,7 +41,6 @@ class ThumbnailGenerator:
|
||||
os.makedirs(dest_path, exist_ok=True)
|
||||
|
||||
for doc in docs:
|
||||
|
||||
extension = "" if doc["_source"]["extension"] == "" else "." + doc["_source"]["extension"]
|
||||
full_path = os.path.join(doc["_source"]["path"], doc["_source"]["name"] + extension)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user