Skip to content

Commit

Permalink
cancle print labware does not apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Andiiiiiiyy authored and ryanthecoder committed Dec 12, 2024
1 parent fcd5bee commit 1026167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _offset_applies_to_labware(_o: dict) -> bool:
return False
offset_uri = _o["definitionUri"]
if offset_uri[0:-1] != lw_uri[0:-1]: # drop schema version number
ui.print_info(f"{_o} does not apply {offset_uri} != {lw_uri}")
#ui.print_info(f"{_o} does not apply {offset_uri} != {lw_uri}")
# NOTE: we're allowing tip-rack adapters to share offsets
# because it doesn't make a difference which volume
# of tip it holds
Expand Down

0 comments on commit 1026167

Please sign in to comment.