Commit 6088951a authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo on Deprecated Massage of Method Name.

parent 7ed92422
......@@ -1222,7 +1222,7 @@ class TemplateTool (BaseTool):
install_dependency=False):
"""Deprecated.
"""
DeprecationWarning('getInstalledBusinessTemplatesList is deprecated; Use getInstalledBusinessTemplateList instead.', DeprecationWarning)
DeprecationWarning('installBusinessTemplatesFromRepositories is deprecated; Use self.installBusinessTemplateListFromRepository instead.', DeprecationWarning)
return self.installBusinessTemplateListFromRepository(template_list,
only_newer, update_catalog, activate, install_dependency)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment