Skip to content

Commit 6486ee8

Browse files
committed
Document PluginValidationError.plugin
1 parent 54248d5 commit 6486ee8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pluggy/manager.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55

66
class PluginValidationError(Exception):
7-
""" plugin failed validation. """
7+
""" plugin failed validation.
8+
9+
:param object plugin: the plugin which failed validation, may be a module or an arbitrary object.
10+
"""
811

912
def __init__(self, plugin, message):
1013
self.plugin = plugin

0 commit comments

Comments
 (0)