Skip to content

Commit 7bdafdd

Browse files
committed
Robot.camera.save doesn't return a value
Fixes #374.
1 parent 7e45267 commit 7bdafdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from sr.robot3 import *
6464
R = Robot()
6565

6666
# `R.usbkey` is the path to your USB drive
67-
marker_ids = R.camera.save(R.usbkey / "initial-view.png")
67+
R.camera.save(R.usbkey / "initial-view.png")
6868
~~~~~
6969

7070
capture

0 commit comments

Comments
 (0)