mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-23 07:01:39 +00:00
Mass Rename: LoadIgnoreList() --> load_ignore_list()
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4018
This commit is contained in:
@@ -179,9 +179,9 @@ class DupeGuru(RegistrableApplication):
|
||||
|
||||
def load(self):
|
||||
self._start_job(JOB_LOAD, self._do_load)
|
||||
self.LoadIgnoreList()
|
||||
self.load_ignore_list()
|
||||
|
||||
def LoadIgnoreList(self):
|
||||
def load_ignore_list(self):
|
||||
p = op.join(self.appdata, 'ignore_list.xml')
|
||||
self.scanner.ignore_list.load_from_xml(p)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user