mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove unused plugins from run_plugin_actions
This commit is contained in:
@@ -396,7 +396,7 @@ def setup_plugins(plugins=None):
|
||||
return pm
|
||||
|
||||
|
||||
def run_plugin_actions(plugin_manager, plugins):
|
||||
def run_plugin_actions(plugin_manager):
|
||||
"""
|
||||
Run installer hooks defined in plugins
|
||||
"""
|
||||
@@ -499,7 +499,7 @@ def main():
|
||||
ensure_symlinks(HUB_ENV_PREFIX)
|
||||
|
||||
# Run installer plugins last
|
||||
run_plugin_actions(pm, args.plugin)
|
||||
run_plugin_actions(pm)
|
||||
|
||||
logger.info("Done!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user