Skip to content
Snippets Groups Projects
Commit ef8bc7b08af7 authored by jfp's avatar jfp
Browse files

Add default value for text in label_border

parent eb99ec2ad510
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@
def label_border(
self,
text: bytes | str | None,
text: bytes | str | None = None,
position_code: int | None = None,
units: int | None = None,
rendition_set: int | None = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment