We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399602f commit e1c6479Copy full SHA for e1c6479
openapi_core/schema/parameters/exceptions.py
@@ -37,4 +37,4 @@ class InvalidParameterValue(OpenAPIParameterError):
37
original_exception = attr.ib()
38
39
def __str__(self):
40
- return "Invalid parameter value for `{0}`: {1}".format(sef.name, self.original_exception)
+ return "Invalid parameter value for `{0}`: {1}".format(self.name, self.original_exception)
0 commit comments