mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fix crash when cleaning picture cache
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user