Skip to content

Commit ec3e2b6

Browse files
committed
update comment
1 parent f1a3ce8 commit ec3e2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ def draw(self):
16271627
"""Alias of :meth:`draw_visual`."""
16281628
return self.draw_visual()
16291629

1630-
# !!! artist.draw_attached_tool???
1630+
# TODO: add artist.draw_attached_tool
16311631
# def draw_attached_tool(self):
16321632
# """Draw the attached tool using the defined :attr:`Robot.artist`."""
16331633
# if self.artist and self.attached_tool:

0 commit comments

Comments
 (0)