mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Merge branch 'hotfixes-v0.5.4' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
3983c7fb0f
4 changed files with 10 additions and 4 deletions
|
@ -44,9 +44,9 @@ class Config(object):
|
|||
)
|
||||
if not os.path.exists(file_path):
|
||||
raise ConfigError(
|
||||
"File % config for %s doesn't exist."
|
||||
"File %s config for %s doesn't exist."
|
||||
" Try running again with --generate-config"
|
||||
% (config_name,)
|
||||
% (file_path, config_name,)
|
||||
)
|
||||
return cls.abspath(file_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue