Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 28, 2023
1 parent b880bfa commit 8e87fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/plugins/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ def get_plugin_name(plugin):
if inspect.ismodule(plugin):
return plugin.__name__

return type(plugin).__qualname__
return type(plugin).__qualname__

0 comments on commit 8e87fe1

Please sign in to comment.