mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fix crash when cleaning picture cache
This commit is contained in:
parent
e0281dd740
commit
dc6933c90c
@ -413,7 +413,7 @@ class DupeGuru(Broadcaster):
|
||||
|
||||
def clear_picture_cache(self):
|
||||
try:
|
||||
os.remove(self.options['cache_path'])
|
||||
os.remove(self._get_picture_cache_path())
|
||||
except FileNotFoundError:
|
||||
pass # we don't care
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user