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 template extension bug #64

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Fix template extension bug #64

merged 1 commit into from
Nov 23, 2022

Conversation

denimalpaca
Copy link
Contributor

Adds a comma to the end of the template_ext set, making the quoted '.sql' a member of the set, not each character in the string a member of the set. This was breaking jinja templating. Testing has been updated to ensure the whole value, not the characters, of the elements of the template_ext set are present.

Adds a comma to the end of the template_ext set, making the quoted
'.sql' a member of the set, not each character in the string a member
of the set. This was breaking jinja templating. Testing has been
updated to ensure the whole value, not the characters, of the elements
of the template_ext set are present.
@kaxil kaxil merged commit 3d07ab9 into main Nov 23, 2022
@kaxil kaxil deleted the fix_template_ext_bug branch November 23, 2022 10:20
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