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 RecursionError in some cases when calling FPDF.write_html() inside FPDF.footer() #1247

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

Lucas-C
Copy link
Member

@Lucas-C Lucas-C commented Aug 20, 2024

Fixes #1222

Checklist:

  • The GitHub pipeline is OK (green), meaning that both pylint (static code analyzer) and black (code formatter) are happy with the changes of this PR.

  • A unit test is covering the code added / modified by this PR

  • This PR is ready to be merged

  • [NA] In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder

  • A mention of the change is present in CHANGELOG.md

By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.

@Lucas-C
Copy link
Member Author

Lucas-C commented Aug 27, 2024

@andersonhc, @gmischler, @socrateslee : unless you mention here that you would like to take the time to review this beforehand, I'm planning on merging this PR by the end of the week 🙂

@Lucas-C Lucas-C merged commit be0ca31 into master Sep 4, 2024
13 checks passed
@Lucas-C Lucas-C deleted the fix-1222 branch September 4, 2024 10:38
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.

call .write_html in footer cause RecursionError
1 participant