mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 05:15:10 +00:00
Fix OT2 & ReAdd Virtual Devices
This commit is contained in:
@@ -41,7 +41,6 @@ requirements:
|
|||||||
- networkx
|
- networkx
|
||||||
- typing_extensions
|
- typing_extensions
|
||||||
- websockets
|
- websockets
|
||||||
- opentrons_shared_data
|
|
||||||
- pint
|
- pint
|
||||||
- fastapi
|
- fastapi
|
||||||
- jinja2
|
- jinja2
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -597,6 +597,8 @@ def resource_plr_to_ulab(resource_plr: "ResourcePLR", parent_name: str = None, w
|
|||||||
"tube": "tube",
|
"tube": "tube",
|
||||||
"bottle_carrier": "bottle_carrier",
|
"bottle_carrier": "bottle_carrier",
|
||||||
"plate_adapter": "plate_adapter",
|
"plate_adapter": "plate_adapter",
|
||||||
|
"electrode_sheet": "electrode_sheet",
|
||||||
|
"material_hole": "material_hole",
|
||||||
}
|
}
|
||||||
if source in replace_info:
|
if source in replace_info:
|
||||||
return replace_info[source]
|
return replace_info[source]
|
||||||
|
|||||||
Reference in New Issue
Block a user