Skip to content

Commit c286dc0

Browse files
committed
The old name of cms_ranking.toml is actually cms.ranking.conf
1 parent 914ab63 commit c286dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmsranking/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _load_config(self, path: str) -> bool:
124124
data = tomllib.load(f)
125125
except FileNotFoundError:
126126
logger.debug("Couldn't find config file %s (maybe you need to "
127-
"convert it from cms_ranking.conf to cms_ranking.toml?).", path)
127+
"convert it from cms.ranking.conf to cms_ranking.toml?).", path)
128128
return False
129129
except OSError as error:
130130
logger.warning("I/O error while opening file %s: [%s] %s",

0 commit comments

Comments
 (0)