Skip to content

Commit 1a5a32e

Browse files
committed
fix line in tip consolidation tutorial
1 parent 884c366 commit 1a5a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/00_liquid-handling/tutorial_tip_inventory_consolidation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"for ts_name, has_tip in result.items(): \n",
237237
" tracker = lh.deck.get_resource(ts_name).tracker\n",
238238
" if has_tip and not tracker.has_tip:\n",
239-
" tracker.add_tip(lh.get_item(ts_name).make_tip(), commit=True)\n",
239+
" tracker.add_tip(lh.deck.get_resource(ts_name).make_tip(), commit=True)\n",
240240
" elif not has_tip and tracker.has_tip:\n",
241241
" tracker.remove_tip(commit=True)"
242242
]

0 commit comments

Comments
 (0)