We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b097ef5 commit ba4b813Copy full SHA for ba4b813
simplug.py
@@ -396,7 +396,7 @@ def _get_results(
396
if len(calls) > 1:
397
warnings.warn(
398
f"More than one implementation of {self.name} found, "
399
- "but no plugin was specified. Using the last one.",
+ "but a single result is expected. Using the last one.",
400
MultipleImplsForSingleResultHookWarning,
401
)
402
return makecall(calls[-1])
0 commit comments