Skip to content

Commit c10f313

Browse files
committed
Reflow
1 parent 553afa7 commit c10f313

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

troubleshooting/python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ If you encounter one that isn't on this list, quickly check your code and search
1212

1313
## [Reading the Logs](#ReadingTheLogs) {#ReadingTheLogs}
1414

15-
When your program runs on the robot, the output of `print` statements and any errors which occur are written to a log file. You can view this log file via the robot [WiFi](/docs/kit/wifi) interface (by touching the menu icon in the top-left, followed by "Logs"). It is also written to the USB stick as `log.txt`.
15+
When your program runs on the robot, the output of `print` statements and any
16+
errors which occur are written to a log file. You can view this log file via the
17+
robot [WiFi](/docs/kit/wifi) interface (by touching the menu icon in the
18+
top-left, followed by "Logs"). It is also written to the USB stick as `log.txt`.
1619

1720
## [Syntax Error](#SyntaxError) {#SyntaxError}
1821

0 commit comments

Comments
 (0)