Skip to content

Commit 99bd011

Browse files
style: Fix docstring indentation in decode_backtrace.py
Co-Authored-By: bsatrom@blues.com <bsatrom@blues.com>
1 parent 934b74e commit 99bd011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ports/espressif/tools/decode_backtrace.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Simple script that translates "Backtrace:" lines from the ESP output to files
2-
and line numbers.
2+
and line numbers.
33
4-
Run with: python3 tools/decode_backtrace.py <board>
4+
Run with: python3 tools/decode_backtrace.py <board>
55
6-
Enter the backtrace line at the "? " prompt. CTRL-C to exit the script.
7-
"""
6+
Enter the backtrace line at the "? " prompt. CTRL-C to exit the script.
7+
"""
88

99
import subprocess
1010
import sys

0 commit comments

Comments
 (0)