Fix error message whe no data_dir specified
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f66f5a8db7
commit
85998773c8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class XEP_0384(BasePlugin):
|
|||
raise PluginCouldNotLoad
|
||||
|
||||
if not self.data_dir:
|
||||
log.info("xep_0384 canoot be loaded as there is not data directory "
|
||||
log.info("xep_0384 cannot be loaded as there is not data directory "
|
||||
"specified")
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue