mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-02 03:21: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):
|
def clear_picture_cache(self):
|
||||||
try:
|
try:
|
||||||
os.remove(self.options['cache_path'])
|
os.remove(self._get_picture_cache_path())
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass # we don't care
|
pass # we don't care
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user