Skip to content

address #22 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

address #22 #23

wants to merge 2 commits into from

Conversation

gsgrebe
Copy link

@gsgrebe gsgrebe commented Nov 19, 2021

Minimal suggested change to address #22

@@ -71,4 +71,4 @@ def iter_errors(self, instance, _schema=None):
'nullable': False,
})

return super(OAS30Validator, self).iter_errors(instance, _schema)
return super(OAS30Validator, self.evolve(schema=_schema)).iter_errors(instance)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be super(OAS30Validator, self)

@p1c2u
Copy link
Collaborator

p1c2u commented Dec 28, 2021

Closing in favor of #25

@p1c2u p1c2u closed this Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants