-
Notifications
You must be signed in to change notification settings - Fork 17
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
TypeError in mj_section.py #47
Comments
Thank you for the bug report. Do you think you can provide a minimal mjml file which triggers the error? I would love to extend the test suite. |
Hi Frank, sure, i extracted an example: `
Thanks for the great work, by the way! |
minimal reproducer
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i got the following error:
File "/Users/handorf/.pyenv/versions/3.10.2/envs/ga3-exporter/lib/python3.10/site-packages/mjml/elements/mj_section.py", line 342, in renderWithBackground
vY = self._calc_origin_pos_value(is_y=False, bg_pos=bgPosY)
TypeError: MjSection._calc_origin_pos_value() got an unexpected keyword argument 'is_y'
seems to be a simple typo.
The text was updated successfully, but these errors were encountered: