Skip to content

Commit 5aba2eb

Browse files
committed
[core] Reformat filter_rtl_hard_fault.py with updated black
1 parent b7df8d7 commit 5aba2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/filter_rtl_hard_fault.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def rx(self, text):
109109
def addr2line(self, addr):
110110
trace = ""
111111
enc = "mbcs" if WINDOWS else "utf-8"
112-
args = [self.addr2line_path, u"-fipC", u"-e", self.firmware_path]
112+
args = [self.addr2line_path, "-fipC", "-e", self.firmware_path]
113113
if PY2:
114114
args = [a.encode(enc) for a in args]
115115
try:

0 commit comments

Comments
 (0)