Skip to content

Commit 2aa5cde

Browse files
committed
fix(arduino-cli): remove syntax warning
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d5ee712 commit 2aa5cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CI/build/arduino-cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# error or fatal error
9292
fork_pattern = re.compile(r"^Error during build: fork/exec")
9393
error_pattern = re.compile(r":\d+:\d*:?\s.*error:\s|^Error:|fatal error:")
94-
ld_pattern = re.compile("arm-none-eabi/bin/ld\.?e?x?e?:")
94+
ld_pattern = re.compile(r"arm-none-eabi/bin/ld\.?e?x?e?:")
9595
overflow_pattern = re.compile(
9696
r"(will not fit in |section .+ is not within )?region( .+ overflowed by [\d]+ bytes)?"
9797
)

0 commit comments

Comments
 (0)