We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934b74e commit 99bd011Copy full SHA for 99bd011
ports/espressif/tools/decode_backtrace.py
@@ -1,10 +1,10 @@
1
"""Simple script that translates "Backtrace:" lines from the ESP output to files
2
- and line numbers.
+and line numbers.
3
4
- Run with: python3 tools/decode_backtrace.py <board>
+Run with: python3 tools/decode_backtrace.py <board>
5
6
- Enter the backtrace line at the "? " prompt. CTRL-C to exit the script.
7
- """
+Enter the backtrace line at the "? " prompt. CTRL-C to exit the script.
+"""
8
9
import subprocess
10
import sys
0 commit comments