diff --git a/src/plugins/tool/Verify.py b/src/plugins/tool/Verify.py index 18b51a2f2..02048fa5b 100644 --- a/src/plugins/tool/Verify.py +++ b/src/plugins/tool/Verify.py @@ -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 = {}