mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Added Media, Picture and Text file parsers
This commit is contained in:
@@ -31,7 +31,8 @@ class ThumbnailGenerator:
|
||||
)
|
||||
self.generate_image("tmp", dest_path)
|
||||
os.remove("tmp")
|
||||
except:
|
||||
except Exception as e:
|
||||
print(e)
|
||||
print("Couldn't make thumbnail for " + path)
|
||||
|
||||
# print(dest_path + " - " + str(os.path.getsize(dest_path))) # debug todo remove
|
||||
|
||||
Reference in New Issue
Block a user