We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddcedd commit 88be0a5Copy full SHA for 88be0a5
pylabrobot/resources/opentrons/load.py
@@ -172,6 +172,6 @@ def load_ot_plate_holder(
172
size_y=data["dimensions"]["yDimension"],
173
size_z=data["dimensions"]["zDimension"],
174
child_location=Coordinate(location["x"], location["y"], z_offset),
175
- pedestal_size_z = 0,
+ pedestal_size_z=0,
176
model=data["metadata"]["displayName"],
177
)
0 commit comments