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

Fix handling of Templated tags with None values #171

Merged
merged 4 commits into from
Dec 4, 2023

Conversation

nickderobertis
Copy link
Contributor

Fixes #170, see that issue for more details.

Also added a test to reproduce the issue. The test fails before the second commit to fix the issue.

I'm unsure if this change has any other implications, but at least all tests are passing.

@Krukov
Copy link
Owner

Krukov commented Dec 2, 2023

Thanks for contribution.

Can you please run pre commit to follow the linters rules?

@nickderobertis
Copy link
Contributor Author

Can you please run pre commit to follow the linters rules?

Ahh sorry I missed that step in the development docs. Installed and ran on the files I already changed.

@nickderobertis nickderobertis requested a review from Krukov December 4, 2023 14:05
@Krukov Krukov merged commit bda3243 into Krukov:master Dec 4, 2023
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.

Templated tags with None values throw TagNotRegisteredError
3 participants