diff --git a/libraries/entropy/core/settings/base.py b/libraries/entropy/core/settings/base.py index 661aa13f2..f2cfa8aa5 100644 --- a/libraries/entropy/core/settings/base.py +++ b/libraries/entropy/core/settings/base.py @@ -1359,7 +1359,7 @@ class SystemSettings(Singleton, EntropyPluginStore): etpConst['etpdatabasemirrorsfile']) raw_mirrors = [] - if not (os.path.isfile(mirrors_file) and \ + if (os.path.isfile(mirrors_file) and \ os.access(mirrors_file, os.R_OK)): raw_mirrors = entropy.tools.generic_file_content_parser( mirrors_file)