def _validate_template(self, target):
"""
To ensure that the plugin template directory does exist.
"""
if not path.exists(target):
raise CommandError(
"Plugin template directory missing, reinstall biohub "
"or just manually create the plugin.")
评论列表
文章目录