mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Search by path
This commit is contained in:
@@ -21,8 +21,8 @@ class ThumbnailGenerator:
|
||||
|
||||
try:
|
||||
self.generate_image(path, dest_path)
|
||||
except OSError:
|
||||
print("Not an image " + path)
|
||||
except Exception:
|
||||
print("Couldn't make thumbnail for " + path)
|
||||
|
||||
elif mime.startswith("video"):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user