Add None conversion for tube rack etc.

This commit is contained in:
Xuwznln
2026-01-13 17:49:11 +08:00
parent a66603ec1c
commit 02cd8de4c5
2 changed files with 9 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class RegularContainer(Container):
def get_regular_container(name="container"):
r = RegularContainer(name=name)
r.category = "container"
return RegularContainer(name=name)
return r
#
# class RegularContainer(object):