Link.set_border
gives TypeError: '<' not supported between instances of 'NoneType' and 'int'
#3773
Labels
Link.set_border
gives TypeError: '<' not supported between instances of 'NoneType' and 'int'
#3773
Description of the bug
When setting the border of links I get the following error:
How to reproduce the bug
The minimal example to reproduce the bug is
Thanks for your efforts and the great tool.
Max
As a workaround I added a check for
nclouds is not None and
in my local version, but I am not sure if this makes sense in general.PyMuPDF version
1.24.9
Operating system
Linux
Python version
3.11
The text was updated successfully, but these errors were encountered: