You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 61.2 I'm frequently getting this exception:
Exception ignored in: <function FontConfiguration.del at 0x7ff94e0745e0>
Traceback (most recent call last):
File "/home/igeltech/.virtualenvs/renderenv/lib/python3.9/site-packages/weasyprint/text/fonts.py", line 258, in del
rmtree(self._folder, ignore_errors=True)
AttributeError: 'FontConfiguration' object has no attribute '_folder'
I do not know how to reproduce it, it appears randomly.
The text was updated successfully, but these errors were encountered:
This bug can happen when a FontConfiguration object is destroyed before its initialization is finished. It can for example happen when tests are launched in parallel: when one test fails, other processes are stopped, maybe at this wrong place.
Your use case is probably different, but the fix should work for you too.
With version 61.2 I'm frequently getting this exception:
Exception ignored in: <function FontConfiguration.del at 0x7ff94e0745e0>
Traceback (most recent call last):
File "/home/igeltech/.virtualenvs/renderenv/lib/python3.9/site-packages/weasyprint/text/fonts.py", line 258, in del
rmtree(self._folder, ignore_errors=True)
AttributeError: 'FontConfiguration' object has no attribute '_folder'
I do not know how to reproduce it, it appears randomly.
The text was updated successfully, but these errors were encountered: