Skip to content
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

Validation of Required Tags breaks after one run #26

Open
mwindrath opened this issue Jun 14, 2023 · 0 comments
Open

Validation of Required Tags breaks after one run #26

mwindrath opened this issue Jun 14, 2023 · 0 comments

Comments

@mwindrath
Copy link

if i validate my profile against multiple required tags, the script stops at the first missing required tag

to get all missing required tags, i disable the call of the ProfileValidationError in the _fail method

def _fail(self, msg): logging.error(msg) #raise ProfileValidationError(msg)

unfortunately, my experience with oop is limited.

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

No branches or pull requests

1 participant