mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix boken tests
This commit is contained in:
parent
6d53511cee
commit
72d8160b28
@ -60,7 +60,8 @@ class DupeGuru(DupeGuruBase):
|
|||||||
METADATA_TO_READ = ['size']
|
METADATA_TO_READ = ['size']
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
DupeGuruBase.__init__(self, DupeGuruView(), '/tmp')
|
DupeGuruBase.__init__(self, DupeGuruView())
|
||||||
|
self.appdata = '/tmp'
|
||||||
|
|
||||||
def _prioritization_categories(self):
|
def _prioritization_categories(self):
|
||||||
return prioritize.all_categories()
|
return prioritize.all_categories()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user