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

'NoneType' warning for smv_tag_whitelist #47

Open
maryaB-osr opened this issue Sep 17, 2020 · 1 comment
Open

'NoneType' warning for smv_tag_whitelist #47

maryaB-osr opened this issue Sep 17, 2020 · 1 comment
Labels
type:bug Something isn't working

Comments

@maryaB-osr
Copy link

Setting smv_tag_whitelist to None as per the documentation suggestion to ignore all tags (set to None to ignore all tags) causes the following warning:

WARNING: The config value `smv_tag_whitelist' has type `NoneType', defaults to `str'.
@Walter-Gates-Bose
Copy link

As a workaround, I found setting smv_branch_whitelist to a regex that should never match (like a^) is sufficient and removes the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

3 participants