Skip to content

Commit c82224a

Browse files
committed
Fix PDF build blocking.
Hides an attribute value that is too long for latex to handle.
1 parent 7b8adc6 commit c82224a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

labscript_devices/LightCrafterDMD.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ class ImageSet(Output):
6161
height = HEIGHT
6262
# Set default value to be a black image. Here's a raw BMP!
6363
default_value = BLANK_BMP
64+
"""bytes: A black image.
65+
66+
Raw bitmap data hidden from docs.
67+
68+
:meta hide-value:
69+
"""
6470

6571
def __init__(self, name, parent_device, connection = 'Mirror'):
6672
Output.__init__(self, name, parent_device, connection)

0 commit comments

Comments
 (0)