avoid version incompatibility
svn: r18658
This commit is contained in:
parent
8b99781b2c
commit
d03eb65fa3
@ -523,7 +523,7 @@ class VerifyResults(ManagedWindow):
|
||||
def load_ignored(self,db_filename):
|
||||
md5sum = md5(db_filename)
|
||||
self.ignores_filename = os.path.join(
|
||||
const.HOME_DIR,md5sum.hexdigest() + os.path.extsep + 'vfm')
|
||||
const.VERSION_DIR,md5sum.hexdigest() + os.path.extsep + 'vfm')
|
||||
if not self._load_ignored(self.ignores_filename):
|
||||
self.ignores = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user