We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914ab63 commit c286dc0Copy full SHA for c286dc0
cmsranking/Config.py
@@ -124,7 +124,7 @@ def _load_config(self, path: str) -> bool:
124
data = tomllib.load(f)
125
except FileNotFoundError:
126
logger.debug("Couldn't find config file %s (maybe you need to "
127
- "convert it from cms_ranking.conf to cms_ranking.toml?).", path)
+ "convert it from cms.ranking.conf to cms_ranking.toml?).", path)
128
return False
129
except OSError as error:
130
logger.warning("I/O error while opening file %s: [%s] %s",
0 commit comments