We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a required field is missing the following error gets raised:
File "/home/vagrant/devel/pulp-cli/pulpcore/cli/common/openapi.py", line 194, in validate_body _("Required field(s) '{missing_field}' missing.").format( KeyError: 'missing_field'
Reproduced with pulp deb distribution create --name complex-dists (but any plugin type will work).
pulp deb distribution create --name complex-dists
The text was updated successfully, but these errors were encountered:
Fix missing fields typo
a420001
fixes pulp#572
Fix KeyError on missing_field
fa56451
20a6cd2
693e44c
063df9a
No branches or pull requests
When a required field is missing the following error gets raised:
Reproduced with
pulp deb distribution create --name complex-dists
(but any plugin type will work).The text was updated successfully, but these errors were encountered: