Skip to content

Commit

Permalink
mono - v0.6.0.dev73
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Dec 27, 2024
1 parent c1b1edf commit abd32f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/swarmauri/swarmauri/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def validate_and_register_plugin(entry_point, plugin_class, resource_interface):
:param plugin_class: The class implementing the plugin.
:param resource_interface: The abstract base class/interface for validation.
"""
logger.debug(f"Starting validation and registration attempt for: '{entry_points}' '{plugin_class}' '{resource_interface}'")
logger.debug(f"Starting validation and registration attempt for: '{entry_point}' '{plugin_class}' '{resource_interface}'")
resource_kind = entry_point.group[len("swarmauri."):] if "." in entry_point.group else None

plugin_manager = determine_plugin_manager(entry_point)
Expand Down

0 comments on commit abd32f1

Please sign in to comment.